Skip to content

Commit

Permalink
Update run_jest_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisharris02 committed May 6, 2024
1 parent 3bf668c commit 32a59f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run_jest_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:

- name: Install dependencies
run: npm install
working-directory: ./code

- name: Run tests
run: npm test
run: npm test
working-directory: ./code

0 comments on commit 32a59f9

Please sign in to comment.