Skip to content

Commit

Permalink
ci: 💚 fix bad build yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauro Gadaleta committed Jan 26, 2023
1 parent 9008e20 commit bcc6a6e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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

0 comments on commit bcc6a6e

Please sign in to comment.