2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-07-04 14:10:52 +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:
Andrey Lushnikov
2026-06-21 22:17:09 +01:00
committed by GitHub
parent 50577da65a
commit 6057aafe65
+3
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