mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Upload logs when test failures occur.
This commit is contained in:
parent
8425e5ffcf
commit
e369e99d62
1 changed files with 1 additions and 0 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue