Upload logs when test failures occur.

This commit is contained in:
Josh Matthews 2022-04-01 22:31:18 -04:00 committed by GitHub
parent 8425e5ffcf
commit e369e99d62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -245,6 +245,7 @@ jobs:
--tracker-api=default --reporter-api=default
- name: Archive logs
uses: actions/upload-artifact@v2
if: ${{ failure() }}
with:
name: wpt${{ matrix.chunk_id }}-logs-linux
path: |