diff --git a/.github/workflows/integration_tests.sh b/.github/workflows/integration_tests.sh index e0143fb7..387d0f2f 100755 --- a/.github/workflows/integration_tests.sh +++ b/.github/workflows/integration_tests.sh @@ -63,7 +63,9 @@ run() { --ansi never \ --profile int-registry-batch-loader \ --project-name registry \ - up --detach --quiet-pull || return 5 + --detach --quiet-pull \ + up + #|| return 5 echo "launch tests" if docker compose \ --ansi never \ @@ -75,6 +77,11 @@ run() { status=$? else status=1 + docker compose \ + --ansi never \ + --profile int-registry-batch-loader \ + --project-name registry \ + logs fi echo "run status: ${status}" clean