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 433974d commit 95aeae3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/jest-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@ jobs:

# yarn custom-coverage --verbose

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

- name: Upload Coverage Results
uses: actions/upload-artifact@v2
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"commitlint": "commitlint --edit $1",
"test": "jest --coverage",
"test:onlychanged": "jest --onlyChanged --coverage",
"test:changedsince": "jest --changedSince=master --coverage"
"test-changedsince": "jest --changedSince=develop --coverage"
},
"engines": {
"node": ">=16.15.0"
Expand Down

0 comments on commit 95aeae3

Please sign in to comment.