update job dependancy name

This commit is contained in:
Ryan Rosello
2024-08-17 21:32:29 +10:00
parent a95473fb87
commit 5d3a0b9b52

View File

@ -458,7 +458,7 @@ jobs:
merge-coverage-reports:
# Merge reports after playwright-tests, even if some shards have failed
if: ${{ !cancelled() }}
needs: [playwright-ubuntu]
needs: [playwright-chrome]
# only report on ubuntu (Google chrome) for now
# needs: [playwright-ubuntu, playwright-macos]