We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 401f8cc commit 3676082Copy full SHA for 3676082
1 file changed
.github/workflows/integration_tests.sh
@@ -63,7 +63,7 @@ run() {
63
--ansi never \
64
--profile int-registry-batch-loader \
65
--project-name registry \
66
- --detach --quiet-pull
+ --detach --quiet-pull \
67
up || return 5
68
echo "launch tests"
69
if docker compose \
0 commit comments