Skip to content

Commit

Permalink
feat(ci): use npm for ci process
Browse files Browse the repository at this point in the history
  • Loading branch information
d0whc3r committed Jul 5, 2020
1 parent e971fed commit ccca89a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
CI: true
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn build
- run: yarn test:coverage
- run: yarn test:send-coverages
- run: npm install
- run: npm run build
- run: npm run test:coverage
- run: npm run test:send-coverages
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
env:
Expand Down

0 comments on commit ccca89a

Please sign in to comment.