mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 15:54:22 +02:00
Upload regress failure logs in c-cpp too.
This commit is contained in:
parent
8751b6c313
commit
76c0be0fe0
6
.github/workflows/c-cpp.yml
vendored
6
.github/workflows/c-cpp.yml
vendored
@ -46,3 +46,9 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
SUDO: sudo
|
SUDO: sudo
|
||||||
TEST_SSH_UNSAFE_PERMISSIONS: 1
|
TEST_SSH_UNSAFE_PERMISSIONS: 1
|
||||||
|
- name: save regress logs
|
||||||
|
if: failure()
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: ${{ matrix.os }}-${{ matrix.configs }}-regress-logs
|
||||||
|
path: regress/*.log
|
||||||
|
Loading…
x
Reference in New Issue
Block a user