Skip to content

Commit 64b63e2

Browse files
committed
add ginkgo -vv for more details
Signed-off-by: Paco Xu <[email protected]>
1 parent 20f2990 commit 64b63e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/kube-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ on:
1919

2020
jobs:
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 }}

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ test: manifests fmt vet envtest gotestsum ## Run tests.
129129
.PHONY: test-integration
130130
test-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
135135
test-e2e: kustomize manifests fmt vet envtest ginkgo kind-image-build

0 commit comments

Comments
 (0)