Skip to content

Commit

Permalink
Update nodejs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Johann Rebecchi committed Apr 13, 2020
1 parent 84b9a93 commit 3a26f55
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ jobs:
- run: npm ci
- run: npm run build --if-present
- run: npm run test:launch-docker
- run: npm test
- run: npm run coverage
env:
CI: true
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v1.0.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}


0 comments on commit 3a26f55

Please sign in to comment.