Skip to content

Commit

Permalink
Fix path syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jveski committed Nov 7, 2023
1 parent 51ed005 commit 8cd4276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
go-version: '1.21'
- name: Setup EnvTest
run: go run sigs.k8s.io/controller-runtime/tools/setup-envtest@latest use -p /usr/local/kubebuilder 1.28.x
run: go run sigs.k8s.io/controller-runtime/tools/setup-envtest@latest use 1.28.x --bin-dir /usr/local/kubebuilder/bin
- name: Test
run: go test -v ./...

0 comments on commit 8cd4276

Please sign in to comment.