Skip to content

Commit

Permalink
ci: 💚 fixing bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauro Gadaleta committed Jan 26, 2023
1 parent bcc6a6e commit cfe270e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:

jobs:
build:
name: build/node ${{ matrix.node }}
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -34,9 +33,9 @@ jobs:
with:
node-version: '17'
- run: npm ci
- uses: paambaati/codeclimate-action@v
- uses: paambaati/codeclimate-action@v3.2.0
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
coverageCommand: npm run test:coverage
coverageLocations: ${{github.workspace}}/coverage/lcov.info
coverageLocations: ${{github.workspace}}/coverage/lcov.info:lcov

0 comments on commit cfe270e

Please sign in to comment.