Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Ceping Sun <[email protected]>
  • Loading branch information
sunceping committed Jul 11, 2024
1 parent b01a15c commit d171541
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
TOOLCHAIN_PROFILE: minimal

permissions:
contents: read-all
contents: read

jobs:
integration:
Expand Down Expand Up @@ -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: |
Expand All @@ -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: |
Expand Down

0 comments on commit d171541

Please sign in to comment.