Skip to content

Commit

Permalink
Add debugging to CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
jveski committed Nov 7, 2023
1 parent 520d854 commit 07814e3
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 @@ -13,7 +13,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 --use-env
run: go run sigs.k8s.io/controller-runtime/tools/setup-envtest@latest use 1.28.x --use-env --print path && ls -l $KUBEBUILDER_ASSETS
- name: Test
run: go test -v ./...

0 comments on commit 07814e3

Please sign in to comment.