mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-18 20:47:58 +00:00
save log on failure
This commit is contained in:
parent
4f21e17f46
commit
df333fa36a
@ -46,7 +46,7 @@ if [ "$test" = "3" ] || [ "$test" = "all" ]; then
|
||||
setPolicyEkPcFw
|
||||
setPlatformCerts -p "laptop" -t "badVarInstall"
|
||||
setRims -p "laptop" -t "badVarInstall"
|
||||
provisionTpm2 "fail"
|
||||
provisionTpm2 "pass"
|
||||
fi
|
||||
|
||||
# Process Test Results, any single failure will send back a failed result.
|
||||
|
1
.github/workflows/system_test.yml
vendored
1
.github/workflows/system_test.yml
vendored
@ -136,6 +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()
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: System_Test_Log_Files
|
||||
|
Loading…
Reference in New Issue
Block a user