mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Auto merge of #28782 - servo:jdm-patch-30, r=jdm
Upload logs when test failures occur. This will make it easier to update WPT metadata.
This commit is contained in:
commit
5bdbb16d19
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