From 1566653d0ff8825dbd20235b12c3067a78e0f294 Mon Sep 17 00:00:00 2001 From: David Hadas Date: Thu, 24 Oct 2024 08:12:55 -0500 Subject: [PATCH] y --- .github/workflows/e2e_run_all.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e_run_all.yaml b/.github/workflows/e2e_run_all.yaml index 84e212be2..26dcda45e 100644 --- a/.github/workflows/e2e_run_all.yaml +++ b/.github/workflows/e2e_run_all.yaml @@ -153,8 +153,8 @@ jobs: - name: Define Test Matrix id: matrix run: | - echo "matrix=$(jq -c . < src/cloud-api-adaptor/libvirt/e2e_matrix_libvirt.json)" - echo "matrix=$(jq -c . < src/cloud-api-adaptor/libvirt/e2e_matrix_libvirt.json)" >> "$GITHUB_OUTPUT" + echo "matrix=$(jq -c . < libvirt/e2e_matrix_libvirt.json)" + echo "matrix=$(jq -c . < libvirt/e2e_matrix_libvirt.json)" >> "$GITHUB_OUTPUT" # Run libvirt e2e tests if pull request labeled 'test_e2e_libvirt' test-pre-libvirt: