Skip to content

Commit

Permalink
Fix test-e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddenmarten committed May 19, 2024
1 parent bb36d47 commit 5f67f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make-test-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- run: |
if [ "${{ matrix.k8s.version }}" = "default" ]; then
# For latest version use default from Makefile
make test
make test-e2e
else
ENVTEST_K8S_VERSION=${{ matrix.k8s.version }} make test-e2e
fi

0 comments on commit 5f67f32

Please sign in to comment.