Skip to content

Commit

Permalink
Update _integration-tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalKalke authored Oct 10, 2024
1 parent 67d40e9 commit c3f0aa2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/_integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
- uses: ./.github/actions/setup-go
- uses: ./.github/actions/create-k3d-cluster
- name: run test
run: make -C hack/ci integration-test-on-cluster
run: |
export KUBECONFIG=/tmp/sa-kubeconfig.yaml
make -C hack/ci integration-test-on-cluster
env:
IMG: ${{ inputs.image }}

Expand Down

0 comments on commit c3f0aa2

Please sign in to comment.