refresh packages #14
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: hardhat test | |
on: [push] | |
jobs: | |
unit: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: setup | |
run: yarn | |
- name: Soc test | |
run: yarn test:soc | |
- name: Med test | |
run: yarn test:med | |
- name: Gov test | |
run: yarn test:gov |