Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Karma-Tsering authored Aug 22, 2024
1 parent 6154b52 commit 03fcd20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
run: npm install

- name: Run tests with coverage
run: npm run test "./app/component/__test__/ActionButtons.test.js" -- --coverage
run: npm run test -- --coverage
continue-on-error: true

- name: Upload coverage report
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 03fcd20

Please sign in to comment.