Skip to content

Commit

Permalink
y
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhIBM committed Oct 24, 2024
1 parent 137f3b0 commit 1566653
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e_run_all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1566653

Please sign in to comment.