Skip to content

Commit

Permalink
[FIX] tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mathix420 committed Jul 13, 2021
1 parent 4b97f06 commit 1a798dc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ jobs:
node-version: '15.x'

- run: npm i
- run: lerna exec npm install
- run: lerna bootstrap --no-ci
- run: lerna bootstrap
- run: lerna run test:ci

- uses: paambaati/codeclimate-action@v2.7.5
env:
CC_TEST_REPORTER_ID: d7cc2b984737376a118b540a6aa72447f3fc6fbb705988584b33dd0c8fbcb856
with:
coverageLocations: |
${{github.workspace}}/packages/vuito/coverage/lcov.info:lcov

0 comments on commit 1a798dc

Please sign in to comment.