Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
praveen committed Mar 12, 2024
1 parent 7c78698 commit 845f92f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/coverage-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'

- name: Get Threshold
id: threshold
Expand All @@ -27,7 +26,7 @@ jobs:
prop_path: 'coverageThreshold.global.statements'

- name: Install dependencies
run: yarn
run: rm yarn.lock && yarn

- name: Test and generate coverage report
uses: artiomtr/jest-coverage-report-action@v2.0-rc.4
Expand Down

0 comments on commit 845f92f

Please sign in to comment.