Skip to content

Commit

Permalink
final changes 2
Browse files Browse the repository at this point in the history
  • Loading branch information
prayanshchh committed Nov 26, 2024
1 parent 220fc83 commit 39d7676
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,15 +204,13 @@ jobs:
env:
NODE_V8_COVERAGE: './coverage/jest'
run: |
mkdir -p ./coverage/jest
npm run test -- --watchAll=false --coverage
- name: Run Vitest Tests
if: steps.changed-files.outputs.only_changed != 'true'
env:
NODE_V8_COVERAGE: './coverage/vitest'
run: |
mkdir -p ./coverage/vitest
npm run test:vitest:coverage
- name: Merge Coverage Reports
Expand Down

0 comments on commit 39d7676

Please sign in to comment.