only report coverage based on Google chrome exec

This commit is contained in:
Ryan Rosello
2024-08-13 19:02:09 +10:00
parent fd4edcb0f0
commit 85e7719ca3

View File

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