Skip to content

Commit 74fac48

Browse files
committed
DEBUG: one KUTTL test
1 parent 89a218d commit 74fac48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
"hack/tools/${KREW}" install kuttl
114114
115115
- run: |
116-
make check-kuttl PATH="$PATH:$HOME/.krew/bin" && exit
116+
make check-kuttl PATH="$PATH:$HOME/.krew/bin" KUTTL_TEST='kuttl test --test cluster-start' && exit
117117
failed=$?
118118
echo '::group::PGO logs'; docker logs 'postgres-operator'; echo '::endgroup::'
119119
exit $failed

0 commit comments

Comments
 (0)