From 80f74e11a1ae8cd0f861d33a63e558fa5611dc1a Mon Sep 17 00:00:00 2001 From: "iadgovuser26 iadgovuser26@empire.eclipse.ncsc.mil" Date: Mon, 22 Jul 2024 16:48:38 -0400 Subject: [PATCH] Enable save of logs on failure --- .github/workflows/system_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/system_test.yml b/.github/workflows/system_test.yml index c1358ccbf..7e93cee76 100644 --- a/.github/workflows/system_test.yml +++ b/.github/workflows/system_test.yml @@ -132,7 +132,7 @@ jobs: docker exec hirs-aca1 bash -c "mkdir -p /HIRS/logs/aca/ && cp -arp /var/log/hirs/* /HIRS/logs/aca/" docker exec hirs-provisioner1-tpm2 bash -c "mkdir -p /HIRS/logs/provisioner/ && cp -ap hirs*.log /HIRS/logs/provisioner/ && chmod -R 777 /HIRS/logs" - name: Docker Compose Down - if: always()e + if: always() shell: bash run: | echo "*** Exiting and removing Docker containers and network ..."