Skip to content

Commit

Permalink
chore: fixed script
Browse files Browse the repository at this point in the history
  • Loading branch information
SagarRajput-7 committed Apr 15, 2024
1 parent e782275 commit 6748c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jest-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# yarn custom-coverage --verbose

- name: npm run test:changedsince
run: npm run test:changedsince
run: cd frontend && npm run test:changedsince
env:
CI: true

Expand Down

0 comments on commit 6748c39

Please sign in to comment.