Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shunjizhan committed Jul 18, 2023
1 parent 7643d09 commit 3831e40
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- name: install deps
run: yarn install --immutable

- name: setup test env
run: cp .env.example .env

- name: run tests
run: yarn test:coverage

Expand Down

0 comments on commit 3831e40

Please sign in to comment.