Skip to content

Commit

Permalink
chore(CD): Update coverage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bamdadfr committed Mar 21, 2024
1 parent 28db4d8 commit 29e0f4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- run: yarn
- run: npm install -g pnpm
- run: pnpm i
- uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: ${{ secrets.CODECLIMATE_REPORTER_ID }}
Expand Down

0 comments on commit 29e0f4d

Please sign in to comment.