Skip to content

Commit

Permalink
try debug
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-vuillemot committed Jul 13, 2024
1 parent c040ee7 commit 9f4f366
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ jobs:
- if: steps.cache-gui-fe-build.outputs.cache-hit != 'true'
run: npm test

- run: npm install --save-dev jest typescript ts-jest @types/jest
#- run: npm install --save-dev jest typescript ts-jest @types/jest

- name: Code coverage
# if: matrix.os == 'ubuntu-latest' && github.event_name == 'pull_request' && steps.cache-gui-fe-build.outputs.cache-hit != 'true'
uses: artiomtr/jest-coverage-report-action@v2.3.0
uses: artiomtr/jest-coverage-report-action@v2.2
with:
#github-token: ${{ secrets.GITHUB_TOKEN }}
threshold: "80"
Expand Down

0 comments on commit 9f4f366

Please sign in to comment.