Skip to content

Commit

Permalink
wip: migration from travis ci to github actions #1
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan-greffe committed Nov 30, 2023
1 parent 63dd87e commit e6f4253
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
node-version: ${{ vars.NODE_VERSION }}
- run: npm install -g yarn
- run: yarn
- uses: paambaati/codeclimate-action@v3.1.1
- uses: paambaati/codeclimate-action@v5.0.0
env:
CC_TEST_REPORTER_ID: 8e87a996279373f05f01ce8166aac1bc9dda990e9a2f936af25e5aa11326b127
with:
coverageCommand: yarn coverage
coverageCommand: yarn test

0 comments on commit e6f4253

Please sign in to comment.