Skip to content

Commit

Permalink
fix: add latest version & skip steps
Browse files Browse the repository at this point in the history
  • Loading branch information
apurv-wednesday committed May 10, 2024
1 parent 06caee4 commit 61154cc
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@ jobs:

- name: Build Project
run: yarn build

- name: Test and generate coverage report
uses: artiomtr/jest-coverage-report-action@v2.3.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
package-manager: yarn
skip-step: install
test-script: yarn test
custom-title: Jest Coverage Report

- uses: sonarsource/sonarqube-scan-action@master
env:
Expand All @@ -53,11 +62,4 @@ jobs:
yarn global add @lhci/cli@0.13.0
lhci autorun
env:
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}

- name: Test and generate coverage report
uses: artiomtr/jest-coverage-report-action@v2.0-rc.4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
package-manager: yarn
custom-title: Jest Coverage Report
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}

0 comments on commit 61154cc

Please sign in to comment.