Upload valgrind logs on failure.

This commit is contained in:
Darren Tucker 2021-02-20 13:06:25 +11:00
parent ebb3b75e97
commit bb0b9bf453
2 changed files with 6 additions and 2 deletions

View File

@ -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/

View File

@ -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