mirror of
https://github.com/inventree/InvenTree.git
synced 2026-07-04 06:00:38 +00:00
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user