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 21, 2024
1 parent 25ffa3b commit ffbd24f
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 test -- --coverage
run: npm test "./app/component/hooks/useSocket.test.js" -- --coverag

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

0 comments on commit ffbd24f

Please sign in to comment.