From: Darren Tucker Date: Sat, 20 Feb 2021 02:06:25 +0000 (+1100) Subject: Upload valgrind logs on failure. X-Git-Tag: V_8_5_P1~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb0b9bf45396c19486080d3eb0a159f94de7e6ba;p=thirdparty%2Fopenssh-portable.git Upload valgrind logs on failure. --- diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 34dabb64e..5e79c0739 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -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/ diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml index 980ca11a1..83b5de525 100644 --- a/.github/workflows/selfhosted.yml +++ b/.github/workflows/selfhosted.yml @@ -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