Skip to content

Commit

Permalink
fix: use proper k3d init
Browse files Browse the repository at this point in the history
  • Loading branch information
nandor-magyar committed Oct 5, 2023
1 parent 41fdf50 commit 43655e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/product_builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
- name: Load go mod
run: go mod tidy
- name: Init k3d
run: make k3d-init
run: make k3d-init-ext
- name: Run integration tests
run: |
export KUBECONFIG='$(PWD)/k3d-auth.yaml'
Expand Down

0 comments on commit 43655e1

Please sign in to comment.