From 29e0f4db22f1b0f6dc8385e612331f3a5f0c3621 Mon Sep 17 00:00:00 2001 From: Bamdad Sabbagh Date: Thu, 21 Mar 2024 01:00:58 +0100 Subject: [PATCH] chore(CD): Update coverage workflow --- .github/workflows/coverage.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index c1f1cc7..08cc789 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -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/codeclimate-action@v3.0.0 env: CC_TEST_REPORTER_ID: ${{ secrets.CODECLIMATE_REPORTER_ID }}