Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
asturur committed Apr 30, 2024
1 parent 392e9d5 commit 291b47b
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,16 +102,19 @@ jobs:
install-system-deps: false
- name: Run Jest unit test
run: npm run test:jest:coverage
- name: Report jest coverage
uses: raulanatol/jest-coverage-comment-action@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
jest-command: ''
use-existing-reports: true
working-directory: '.'
- name: Upload test coverage
uses: actions/upload-artifact@v3
with:
name: coverage-jest
path: coverage/*.json
- uses: raulanatol/jest-coverage-comment-action@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
delete-previous: false
use-existing-reports: true

e2e:
needs: [prime-build]
name: Playwright tests
Expand Down

0 comments on commit 291b47b

Please sign in to comment.