mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-04-17 20:55:50 +00:00
Upload valgrind logs on failure.
This commit is contained in:
parent
ebb3b75e97
commit
bb0b9bf453
4
.github/workflows/c-cpp.yml
vendored
4
.github/workflows/c-cpp.yml
vendored
@ -51,4 +51,6 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.os }}-${{ matrix.configs }}-regress-logs
|
name: ${{ matrix.os }}-${{ matrix.configs }}-regress-logs
|
||||||
path: regress/*.log
|
path: |
|
||||||
|
regress/*.log
|
||||||
|
regress/valgrind-out/
|
||||||
|
4
.github/workflows/selfhosted.yml
vendored
4
.github/workflows/selfhosted.yml
vendored
@ -58,7 +58,9 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.os }}-${{ matrix.configs }}-regress-logs
|
name: ${{ matrix.os }}-${{ matrix.configs }}-regress-logs
|
||||||
path: regress/*.log
|
path: |
|
||||||
|
regress/*.log
|
||||||
|
regress/valgrind-out/
|
||||||
- name: shutdown VM
|
- name: shutdown VM
|
||||||
if: always()
|
if: always()
|
||||||
run: vmshutdown
|
run: vmshutdown
|
||||||
|
Loading…
Reference in New Issue
Block a user