devops: fix chromium test uploads to flakiness.io (#12219)
Currently, only Firefox test results get uploaded to Flakiness.io. This patch fixes the upload for chromium results as well, per https://docs.flakiness.io/ci/github-actions-setup/
This commit is contained in:
parent
50577da65a
commit
6057aafe65
|
|
@ -195,6 +195,9 @@ jobs:
|
||||||
--health-interval 10s
|
--health-interval 10s
|
||||||
--health-timeout 5s
|
--health-timeout 5s
|
||||||
--health-retries 5
|
--health-retries 5
|
||||||
|
permissions:
|
||||||
|
contents: read # Required for actions/checkout
|
||||||
|
id-token: write # Required for GitHub OIDC
|
||||||
|
|
||||||
env:
|
env:
|
||||||
COVERAGE: true
|
COVERAGE: true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue