Skip to content

Commit

Permalink
fix reports.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danbilokha committed Apr 17, 2020
1 parent 63edb5d commit 14fcbc2
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/reports.yml
Expand Up @@ -7,23 +7,20 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Use NodeJs
- uses: actions/setup-node@v1
uses: actions/setup-node@v1
with:
node-version: 12

- name: Remove & re-install packages
- run: npm ci
- run: npm test

run: |
npm ci
npm test
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel: true
path-to-lcov: ./coverage/lcov.info # optional (default value)

- name: Coveralls Finished
uses: coverallsapp/github-action@master
with:
Expand Down

0 comments on commit 14fcbc2

Please sign in to comment.