Skip to content

Commit 6cafdc5

Browse files
authored
infra: fix the headful bit on the bots (#4261)
1 parent 05fd572 commit 6cafdc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
if: ${{ always() }}
155155
env:
156156
BROWSER: ${{ matrix.browser }}
157-
HEADLESS: "false"
157+
HEADFUL: 1
158158
FOLIO_JSON_OUTPUT_NAME: "test-results/report.json"
159159
- run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json
160160
if: always() && github.ref == 'refs/heads/master'

0 commit comments

Comments
 (0)