Skip to content

Commit 46e246b

Browse files
committed
WIP: KUTTL one test
1 parent 8cc7c34 commit 46e246b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ jobs:
135135
failed=$?
136136
echo '::group::PGO logs'; docker logs 'postgres-operator'; echo '::endgroup::'
137137
exit $failed
138+
env:
139+
KUTTL_TEST: hack/tools/kuttl test --test cluster-start --timeout=180 --parallel=1
138140
139141
coverage-report:
140142
if: ${{ success() || contains(needs.*.result, 'success') }}

0 commit comments

Comments
 (0)