diff --git a/.ci/system-tests/tests/rim_system_tests.sh b/.ci/system-tests/tests/rim_system_tests.sh index 7ea5bc24..91cd2fc2 100755 --- a/.ci/system-tests/tests/rim_system_tests.sh +++ b/.ci/system-tests/tests/rim_system_tests.sh @@ -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. diff --git a/.github/workflows/system_test.yml b/.github/workflows/system_test.yml index a5be1268..90e0d43c 100644 --- a/.github/workflows/system_test.yml +++ b/.github/workflows/system_test.yml @@ -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