Skip to content

Commit

Permalink
Enable save of logs on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
iadgovuser26 committed Jul 22, 2024
1 parent f6de379 commit 80f74e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/system_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ..."
Expand Down

0 comments on commit 80f74e1

Please sign in to comment.