Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
LeelaChacha committed Feb 26, 2025
1 parent 59cdd9e commit 99b940f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-e2e-with-makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ jobs:
- name: Run '${{ matrix.e2e-test }}' test
working-directory: lifecycle-manager
run: |
# print version of make
make --version
make -C tests/e2e ${{ matrix.e2e-test }}-setup ${{ matrix.e2e-test }}
env:
IMAGE_REPO: ${{ steps.configuration.outputs.klm_image_repo }}
Expand Down

0 comments on commit 99b940f

Please sign in to comment.