devops: upload all headed tests to flakiness (#14056)

This commit is contained in:
Andrey Lushnikov 2022-05-10 07:49:28 -06:00 committed by GitHub
parent 3ba1ea5c39
commit 3efd0e15e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -140,7 +140,7 @@ jobs:
if: always()
shell: bash
headed_linux:
headed_tests:
name: "headed ${{ matrix.browser }} (${{ matrix.os }})"
strategy:
fail-fast: false
@ -165,7 +165,8 @@ jobs:
- run: npm run test -- --project=${{ matrix.browser }} --headed
if: always() && matrix.os != 'ubuntu-latest'
- run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json
if: always() && matrix.os == 'ubuntu-latest'
if: always()
shell: bash
- uses: actions/upload-artifact@v1
if: always() && matrix.os == 'ubuntu-latest'
with: