Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
LeelaChacha committed Feb 25, 2025
1 parent 14b5346 commit 2e3c804
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-e2e-with-makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
- name: Run '${{ matrix.e2e-test }}' test
working-directory: lifecycle-manager
run: |
echo "IMAGE_REPO=${{ steps.configuration.outputs.klm_image_repo }}" >> $GITHUB_ENV
echo "IMAGE_TAG=${{ steps.configuration.outputs.klm_version_tag }}" >> $GITHUB_ENV
make -C tests/e2e ${{ matrix.e2e-test }}-setup ${{ matrix.e2e-test }}
env:
IMAGE_REPO: ${{ steps.configuration.outputs.klm_image_repo }}
IMAGE_TAG: ${{ steps.configuration.outputs.klm_version_tag }}

0 comments on commit 2e3c804

Please sign in to comment.