Skip to content

Commit

Permalink
Update github test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cherylli committed Jun 13, 2024
1 parent 0ddb0a7 commit 49dea39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
- name: Run Eslint
run: yarn lint

- name: Run Jest tests
- name: Run unit tests
run: |
if [ ${{ github.event.pull_request.base.ref }} == "main" ]; then
yarn test
yarn test:unit
fi
- name: Push latest schema to the test database
Expand Down

0 comments on commit 49dea39

Please sign in to comment.