mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-19 21:17:59 +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 ..."
|
echo "*** Exiting and removing Docker containers and network ..."
|
||||||
docker compose -f .ci/docker/docker-compose-system-test.yml down -v
|
docker compose -f .ci/docker/docker-compose-system-test.yml down -v
|
||||||
- name: Archive System Test Log files
|
- name: Archive System Test Log files
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: System_Test_Log_Files
|
name: System_Test_Log_Files
|
||||||
|
Loading…
Reference in New Issue
Block a user