We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abbf962 commit 401f8ccCopy full SHA for 401f8cc
1 file changed
.github/workflows/integration_tests.sh
@@ -60,14 +60,14 @@ run() {
60
docker image inspect nasapds/registry-api-service:latest >/dev/null
61
echo "launch services"
62
docker compose \
63
- --ansi always \
+ --ansi never \
64
--profile int-registry-batch-loader \
65
--project-name registry \
66
+ --detach --quiet-pull
67
up || return 5
- # --detach --quiet-pull
68
echo "launch tests"
69
if docker compose \
70
71
72
73
run --rm --no-TTY reg-api-integration-test-with-wait
@@ -76,6 +76,11 @@ run() {
76
status=$?
77
else
78
status=1
79
+ docker compose \
80
81
+ --profile int-registry-batch-loader \
82
+ --project-name registry \
83
+ logs
84
fi
85
echo "run status: ${status}"
86
clean
0 commit comments