From bcc6a6edb3963b8ab1d0d78fd45d52fa5102568a Mon Sep 17 00:00:00 2001 From: Mauro Gadaleta Date: Thu, 26 Jan 2023 10:25:40 +0100 Subject: [PATCH] ci: :green_heart: fix bad build yaml file --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 916b4cf..ac2ea0d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,6 +15,7 @@ jobs: node-version: [14.x, 15.x, 16.x, 17.x] steps: - uses: actions/checkout@v3 + - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} @@ -33,9 +34,9 @@ jobs: with: node-version: '17' - run: npm ci - - uses: paambaati/codeclimate-action@v3.2.0 + - uses: paambaati/codeclimate-action@v env: CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} with: coverageCommand: npm run test:coverage - coverageLocations: ${{github.workspace}}/coverage/lcov.info:lcov + coverageLocations: ${{github.workspace}}/coverage/lcov.info