mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-18 12:46:30 +00:00
save log on failure
This commit is contained in:
parent
df333fa36a
commit
577880c2f5
2
.github/workflows/system_test.yml
vendored
2
.github/workflows/system_test.yml
vendored
@ -136,7 +136,7 @@ jobs:
|
||||
echo "*** Exiting and removing Docker containers and network ..."
|
||||
docker compose -f .ci/docker/docker-compose-system-test.yml down -v
|
||||
- name: Archive System Test Log files
|
||||
if: always()
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: System_Test_Log_Files
|
||||
|
Loading…
Reference in New Issue
Block a user