Skip to content

Commit

Permalink
wip: debug libvirt test run
Browse files Browse the repository at this point in the history
Signed-off-by: Magnus Kulke <[email protected]>
  • Loading branch information
mkulke committed Dec 18, 2024
1 parent b8fcfcb commit 4fa0c8d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/e2e_libvirt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,11 @@ jobs:
export TEST_E2E_TIMEOUT="75m"
export TEST_E2E_SECURE_COMMS="${{ inputs.secure_comms }}"
make test-e2e
# make test-e2e
make test-e2e RUN_TESTS="TestLibvirtCreateSimplePod"
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

- name: Debug tests failure
if: failure() && steps.runTests.outcome == 'failure'
Expand Down

0 comments on commit 4fa0c8d

Please sign in to comment.