infra: fix the headful bit on the bots (#4261)

This commit is contained in:
Pavel Feldman 2020-10-27 13:14:27 -07:00 committed by GitHub
parent 05fd572766
commit 6cafdc5a0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -154,7 +154,7 @@ jobs:
if: ${{ always() }} if: ${{ always() }}
env: env:
BROWSER: ${{ matrix.browser }} BROWSER: ${{ matrix.browser }}
HEADLESS: "false" HEADFUL: 1
FOLIO_JSON_OUTPUT_NAME: "test-results/report.json" FOLIO_JSON_OUTPUT_NAME: "test-results/report.json"
- run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json - run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json
if: always() && github.ref == 'refs/heads/master' if: always() && github.ref == 'refs/heads/master'