Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Foxman committed Oct 13, 2024
1 parent cbb57d4 commit 03d9482
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,7 @@ jobs:
run: npm install

- name: Run Jest Tests
run: npx jest "Noise Model/__tests__/validateFileType.test.js"
run: |
npx jest "Noise Model/__tests__/validateFileType.test.js"
npx jest "Noise Model/__tests__/validateNoiseModelLinAlg.test.js"
npx jest "Noise Model/__tests__/validateNoiseModelSyntax.test.js"

0 comments on commit 03d9482

Please sign in to comment.