Upload valgrind logs on failure.
This commit is contained in:
parent
ebb3b75e97
commit
bb0b9bf453
|
@ -51,4 +51,6 @@ jobs:
|
|||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: ${{ matrix.os }}-${{ matrix.configs }}-regress-logs
|
||||
path: regress/*.log
|
||||
path: |
|
||||
regress/*.log
|
||||
regress/valgrind-out/
|
||||
|
|
|
@ -58,7 +58,9 @@ jobs:
|
|||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: ${{ matrix.os }}-${{ matrix.configs }}-regress-logs
|
||||
path: regress/*.log
|
||||
path: |
|
||||
regress/*.log
|
||||
regress/valgrind-out/
|
||||
- name: shutdown VM
|
||||
if: always()
|
||||
run: vmshutdown
|
||||
|
|
Loading…
Reference in New Issue