Archive logs on failure
This commit is contained in:
parent
e87a6be1bc
commit
9c4313c3a4
1
.github/workflows/debian.yml
vendored
1
.github/workflows/debian.yml
vendored
@ -31,6 +31,7 @@ jobs:
|
||||
path: /home/runner/debian.cache
|
||||
|
||||
- name: Archive logs
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: debian-cache-logs
|
||||
|
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
@ -68,6 +68,7 @@ jobs:
|
||||
../../out-of-tree --log-level=debug pew --qemu-timeout=10m
|
||||
|
||||
- name: Archive logs
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: test-end-to-end-examples-logs
|
||||
@ -126,6 +127,7 @@ jobs:
|
||||
../out-of-tree --log-level=debug pew --qemu-timeout=10m
|
||||
|
||||
- name: Archive logs
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: test-end-to-end-${{ matrix.os.distro }}-${{ matrix.os.release }}-logs
|
||||
|
Loading…
Reference in New Issue
Block a user