We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cc7c34 commit 46e246bCopy full SHA for 46e246b
.github/workflows/test.yaml
@@ -135,6 +135,8 @@ jobs:
135
failed=$?
136
echo '::group::PGO logs'; docker logs 'postgres-operator'; echo '::endgroup::'
137
exit $failed
138
+ env:
139
+ KUTTL_TEST: hack/tools/kuttl test --test cluster-start --timeout=180 --parallel=1
140
141
coverage-report:
142
if: ${{ success() || contains(needs.*.result, 'success') }}
0 commit comments