File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1919
2020jobs :
2121 event-handler :
22- uses :
kerthcet /github-workflow-as-kube/.github/workflows/[email protected] .21 22+ uses :
pacoxu /github-workflow-as-kube/.github/workflows/[email protected] .22 2323 secrets :
2424 AGENT_TOKEN : ${{ secrets.AGENT_TOKEN }}
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ test: manifests fmt vet envtest gotestsum ## Run tests.
129129.PHONY : test-integration
130130test-integration : manifests fmt vet envtest ginkgo # # Run integration tests.
131131 KUBEBUILDER_ASSETS=" $( shell $( ENVTEST) use $( ENVTEST_K8S_VERSION) --bin-dir $( LOCALBIN) -p path) " \
132- $(GINKGO ) --junit-report=junit.xml --output-dir=$(ARTIFACTS ) -v $(INTEGRATION_TARGET )
132+ $(GINKGO ) --junit-report=junit.xml --output-dir=$(ARTIFACTS ) -vv $(INTEGRATION_TARGET )
133133
134134.PHONY : test-e2e
135135test-e2e : kustomize manifests fmt vet envtest ginkgo kind-image-build
You can’t perform that action at this time.
0 commit comments