Skip to content

Commit

Permalink
Try fixing parallel CI coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Nov 12, 2019
1 parent de8558c commit 32d9f51
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/workflow.yml
Expand Up @@ -31,16 +31,6 @@ jobs:
with:
github-token: ${{ secrets.github_token }}
parallel: 'true'
coveralls:
needs: build
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v1
- name: Node.js 13
uses: actions/setup-node@v1
with:
node-version: 13
- name: Coveralls finished
uses: coverallsapp/github-action@master
with:
Expand Down

0 comments on commit 32d9f51

Please sign in to comment.