mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
devops: fix test runner flakiness uploads (#12415)
This commit is contained in:
parent
73dee69558
commit
cb41e668fe
5
.github/workflows/test_test_runner.yml
vendored
5
.github/workflows/test_test_runner.yml
vendored
@ -20,6 +20,11 @@ on:
|
||||
- "package.json"
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
# Force terminal colors. @see https://www.npmjs.com/package/colors
|
||||
FORCE_COLOR: 1
|
||||
FLAKINESS_CONNECTION_STRING: ${{ secrets.FLAKINESS_CONNECTION_STRING }}
|
||||
|
||||
jobs:
|
||||
test:
|
||||
name: Test
|
||||
|
Loading…
x
Reference in New Issue
Block a user