Skip to content

Commit

Permalink
Merge 936cf8c into 20eed0f
Browse files Browse the repository at this point in the history
  • Loading branch information
lukka committed Nov 10, 2021
2 parents 20eed0f + 936cf8c commit 0e83c16
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,13 @@ jobs:
name: build and test
shell: bash
- name: Coveralls
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@1.1.3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel: true
flag-name: ${{ matrix.os }}-build_and_unit_test
env:
NODE_COVERALLS_DEBUG: 1

tests:
needs: build_and_unit_test
Expand Down Expand Up @@ -90,3 +94,14 @@ jobs:
vcpkgGitCommitId: 'd417ae59d6e9aa20d9f812b5deb966645c54687d'
appendedCacheKey: ${{ env.GITHUB_RUN_ID }}

finalize_coveralls:
needs: build_and_unit_test
runs-on: ubuntu-latest
steps:
- name: Finalize Coveralls
uses: coverallsapp/github-action@1.1.3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true
env:
NODE_COVERALLS_DEBUG: 1

0 comments on commit 0e83c16

Please sign in to comment.