Skip to content

Commit

Permalink
chore: fixed package script
Browse files Browse the repository at this point in the history
  • Loading branch information
SagarRajput-7 committed Apr 15, 2024
1 parent df81e42 commit 6ed4814
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jest-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: npm install
run: npm install
run: cd frontend && npm install
env:
CI: true
- name: npm run test:changedsince
run: npm run test:changedsince
run: cd frontend && npm run test:changedsince
env:
CI: true

0 comments on commit 6ed4814

Please sign in to comment.