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 cb96a0c commit 578544cCopy full SHA for 578544c
.github/workflows/main.yml
@@ -32,6 +32,7 @@ jobs:
32
uses: coverallsapp/github-action@master
33
with:
34
github-token: ${{ github.token }}
35
+ parallel: true
36
deploy:
37
runs-on: ubuntu-latest
38
needs: test
@@ -58,3 +59,4 @@ jobs:
58
59
60
61
62
+ parallel-finished: true
0 commit comments