From 71878e5912d55a3f5c1f737b604b7a8a52aa457d Mon Sep 17 00:00:00 2001 From: David Garske Date: Wed, 6 Dec 2023 15:58:01 -0800 Subject: [PATCH] Disable the wrap_test.exe call, since GitHub CI runners do not have TPM available. --- .github/workflows/win-test.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/win-test.yml b/.github/workflows/win-test.yml index 6386daf..5b48dcb 100644 --- a/.github/workflows/win-test.yml +++ b/.github/workflows/win-test.yml @@ -53,6 +53,9 @@ jobs: # See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference run: msbuild /m /p:PlatformToolset=v142 /p:Platform=${{env.BUILD_PLATFORM}} /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}} - - name: Run Wrap Test - working-directory: ${{env.GITHUB_WORKSPACE}} - run: wolftpm\IDE\VisualStudio\Debug\x64\wrap_test.exe + # The GitHub CI runners do not have a TPM. + # Failure 0x8028400f: unknown error number + # TBS_E_TPM_NOT_FOUND (0x8028400F) A compatible Trusted Platform Module (TPM) Security Device cannot be found on this computer. + #- name: Run Wrap Test + # working-directory: ${{env.GITHUB_WORKSPACE}} + # run: wolftpm\IDE\VisualStudio\Debug\x64\wrap_test.exe