We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6784fc commit f295f79Copy full SHA for f295f79
1 file changed
.github/workflows/build.yml
@@ -54,7 +54,7 @@ jobs:
54
- name: Upload coverage
55
if: "${{ matrix.node == env.NODE_VERSION }}"
56
continue-on-error: true
57
- uses: coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # v2
+ uses: coverallsapp/github-action@8d6379e14d29928660c4ba802d8e85393440b329 # v2
58
with:
59
parallel: true
60
flag-name: test-${{ matrix.os }}
@@ -66,7 +66,7 @@ jobs:
66
runs-on: ubuntu-latest
67
steps:
68
- name: Close parallel build
69
70
71
parallel-finished: true
72
0 commit comments