We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cecd028 commit 2c271c9Copy full SHA for 2c271c9
1 file changed
.github/workflows/test-all.yml
@@ -269,11 +269,11 @@ jobs:
269
270
coveralls-finish:
271
name: Finalize Coveralls
272
- needs: [test-the-rest-coverage, test-auth-coverage, test-firestore-coverage]
+ needs: [test-the-rest, test-auth, test-firestore]
273
runs-on: ubuntu-latest
274
steps:
275
- name: Coveralls Finished
276
uses: coverallsapp/github-action@master
277
with:
278
github-token: ${{ secrets.GITHUB_TOKEN }}
279
- parallel-finished: true
+ parallel-finished: true
0 commit comments