Skip to content

Commit

Permalink
chore: [SIG-583]: jest coverage setup - page publish test
Browse files Browse the repository at this point in the history
  • Loading branch information
SagarRajput-7 committed Apr 24, 2024
1 parent 66d40ab commit fb5961b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jest-coverage-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install dependencies
run: cd frontend && npm install -g yarn && yarn
- run: yarn
- run: cd frontend && yarn coverage:combined
- run: cd frontend && yarn jest --coverage --coverageReporters=lcov
- name: Setup Pages
uses: actions/configure-pages@v2
- name: Upload artifact
Expand Down

0 comments on commit fb5961b

Please sign in to comment.