Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhIBM committed Oct 24, 2024
1 parent 0ee326d commit 92e84f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e_libvirt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
if: github.event_name == 'pull_request_target'
working-directory: ./
run: |
git checkout test-action
./hack/ci-helper.sh rebase-atop-of-the-latest-target-branch
- name: Read properties from versions.yaml
Expand Down Expand Up @@ -116,7 +117,6 @@ jobs:

- name: Checkout Trustee Operator Repository
run: |
git checkout test-action
pwd
ls -l test
ls -l test/utils
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e_run_all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
- name: echo matrix
run: |
echo "fromJSON(needs.prep_install.outputs.matrix)"
echo ${{ fromJSON(needs.prep_install.outputs.matrix) }}
echo "Output is: ${{ fromJSON(needs.prep_install.outputs.matrix) }}""
# Run libvirt e2e tests if pull request labeled 'test_e2e_libvirt'
Expand Down

0 comments on commit 92e84f9

Please sign in to comment.