[openssh-commits] [openssh] 02/02: Save logs on failure for upstream test
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon Jun 7 22:02:06 AEST 2021
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit da9f9acaac5bab95dca642b48e0c8182b246ab69
Author: Darren Tucker <dtucker at dtucker.net>
Date: Mon Jun 7 19:19:23 2021 +1000
Save logs on failure for upstream test
---
.github/workflows/upstream.yml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/.github/workflows/upstream.yml b/.github/workflows/upstream.yml
index a5baab0f..71b11463 100644
--- a/.github/workflows/upstream.yml
+++ b/.github/workflows/upstream.yml
@@ -29,6 +29,13 @@ jobs:
run: vmrun "cd /usr/src/usr.bin/ssh && sudo make install"
- name: make tests
run: vmrun "cd /usr/src/regress/usr.bin/ssh && make obj && make clean && SUDO=sudo make"
+ - name: save logs
+ if: failure()
+ uses: actions/upload-artifact at v2
+ with:
+ name: ${{ matrix.os }}-logs
+ path: |
+ /usr/obj/regress/usr.bin/ssh/*.log
- name: shutdown VM
if: always()
run: vmshutdown
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list