Skip to content

Commit

Permalink
fix: Rollback coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita committed May 13, 2021
1 parent 7c1e964 commit 391bd54
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ jobs:
run: yarn install --frozen-lockfile --network-timeout 500000 --ignore-engines
- name: Run test
run: yarn test:coverage
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
flag-name: run-${{ matrix.test_number }}
parallel: true
# - name: Coveralls
# uses: coverallsapp/github-action@master
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
# flag-name: run-${{ matrix.test_number }}
# parallel: true

build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 391bd54

Please sign in to comment.