[openssh-commits] [openssh] 02/03: Upload regress failure logs in c-cpp too.
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Feb 19 22:20:46 AEDT 2021
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 76c0be0fe0465cb2b975dbd409f8d38b55e55bcb
Author: Darren Tucker <dtucker at dtucker.net>
Date: Fri Feb 19 22:15:22 2021 +1100
Upload regress failure logs in c-cpp too.
---
.github/workflows/c-cpp.yml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index b9746248..34dabb64 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -46,3 +46,9 @@ jobs:
env:
SUDO: sudo
TEST_SSH_UNSAFE_PERMISSIONS: 1
+ - name: save regress logs
+ if: failure()
+ uses: actions/upload-artifact at v2
+ with:
+ name: ${{ matrix.os }}-${{ matrix.configs }}-regress-logs
+ path: regress/*.log
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list