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 c626f18 commit 6154b52
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 @@ -28,7 +28,7 @@ jobs:
run: npm install

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

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

0 comments on commit 6154b52

Please sign in to comment.