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 5f45c4a commit 66d40ab
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: yarn coverage:combined
- run: cd frontend && yarn coverage:combined
- name: Setup Pages
uses: actions/configure-pages@v2
- name: Upload artifact
Expand Down

0 comments on commit 66d40ab

Please sign in to comment.