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 3ee725d commit d6ce194Copy full SHA for d6ce194
tests/integration/run-integration-tests
100755
100644
@@ -60,6 +60,11 @@ start() {
60
else
61
trace 'Starting the Prose Pod…'
62
task local:run -- --detach --api=local --scenario="${SCENARIO_NAME:?}" --ephemeral
63
+ for _ in $(seq 1 2); do
64
+ sleep 1
65
+ xh :8080/v1/version -q && return 0 || :
66
+ done
67
+ return 1
68
fi
69
}
70
0 commit comments