Skip to content

Commit

Permalink
Allow CI to pass when no unit tests are found
Browse files Browse the repository at this point in the history
  • Loading branch information
shirleyfyx committed Oct 14, 2023
1 parent f79b864 commit 5b533d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
working-directory: ../minerva-rewrite/

- name: Run unit tests
run: yarn test
run: yarn test --passWithNoTests
working-directory: ../minerva-rewrite/

0 comments on commit 5b533d8

Please sign in to comment.