Skip to content

Commit

Permalink
Revert "Bringing back Coveralls parallel"
Browse files Browse the repository at this point in the history
This reverts commit f41e3dc.
  • Loading branch information
Enteee committed Jul 23, 2020
1 parent f41e3dc commit bd628be
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/ionic.yml
Expand Up @@ -31,13 +31,10 @@ jobs:
- name: npm test
run: npm run test-headless

- name: Coveralls Parallel
env:
COVERALLS_FLAG_NAME: "test"
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel: true

build:

Expand Down Expand Up @@ -129,12 +126,6 @@ jobs:

steps:

- name: Coveralls Finished
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true

- name: Branch name
id: branch_name
run: |
Expand Down

0 comments on commit bd628be

Please sign in to comment.