Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .github/workflows/integration_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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
Expand Down
Loading