Skip to content

Commit

Permalink
Need root for /usr/local
Browse files Browse the repository at this point in the history
  • Loading branch information
jveski committed Nov 7, 2023
1 parent 8cd4276 commit 1d749d0
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 1.28.x --bin-dir /usr/local/kubebuilder/bin
run: sudo 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 1d749d0

Please sign in to comment.