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 023b2ab commit 10452b0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/jest-coverage-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,16 @@ jobs:
- name: Install dependencies
run: cd frontend && npm install -g yarn && yarn
- run: yarn
- run: cd frontend && npm run i18n:generate-hash && npm run test --silent
- run: |
cd frontend
npm run i18n:generate-hash
npm run test --silent || true
- name: Setup Pages
uses: actions/configure-pages@v2
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
path: "./coverage/lcov-report"
path: "./frontend/coverage"
- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v1
env:
Expand Down

0 comments on commit 10452b0

Please sign in to comment.