Skip to content

Commit 2c271c9

Browse files
authored
Update dependencies for Coveralls workflow to point to job IDs not flag names (#9803)
1 parent cecd028 commit 2c271c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-all.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,11 +269,11 @@ jobs:
269269

270270
coveralls-finish:
271271
name: Finalize Coveralls
272-
needs: [test-the-rest-coverage, test-auth-coverage, test-firestore-coverage]
272+
needs: [test-the-rest, test-auth, test-firestore]
273273
runs-on: ubuntu-latest
274274
steps:
275275
- name: Coveralls Finished
276276
uses: coverallsapp/github-action@master
277277
with:
278278
github-token: ${{ secrets.GITHUB_TOKEN }}
279-
parallel-finished: true
279+
parallel-finished: true

0 commit comments

Comments
 (0)