From d1715410f0f64b248cc64a585cbe7c69ce59fd06 Mon Sep 17 00:00:00 2001 From: Ceping Sun Date: Thu, 11 Jul 2024 03:18:10 -0400 Subject: [PATCH] test Signed-off-by: Ceping Sun --- .github/workflows/integration.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index efe3198..72952d0 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -13,7 +13,7 @@ env: TOOLCHAIN_PROFILE: minimal permissions: - contents: read-all + contents: read jobs: integration: @@ -60,11 +60,11 @@ jobs: cp Build/OvmfX64/RELEASE_GCC5/FV/OVMF.fd ../run-user-td/ popd - - name: Run test - Config A - run: | - pushd sh_script - python -m pytest -k "config_A" - popd + # - name: Run test - Config A + # run: | + # pushd sh_script + # python -m pytest -k "config_A" + # popd - name: Run test - Config A + Tpm cmd run: | @@ -83,11 +83,11 @@ jobs: cp Build/IntelTdx/RELEASE_GCC5/FV/OVMF.fd ../run-user-td/ popd - - name: Run test - Config B + no secure boot - run: | - pushd sh_script - python -m pytest -k "config_B_no_sb" - popd + # - name: Run test - Config B + no secure boot + # run: | + # pushd sh_script + # python -m pytest -k "config_B_no_sb" + # popd - name: Run test - Config B + no secure boot + Tpm cmd run: |