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:
Andrey Lushnikov 2026-06-21 22:17:09 +01:00 committed by GitHub
parent 50577da65a
commit 6057aafe65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -195,6 +195,9 @@ jobs:
--health-interval 10s
--health-timeout 5s
--health-retries 5
permissions:
contents: read # Required for actions/checkout
id-token: write # Required for GitHub OIDC
env:
COVERAGE: true