Skip to content

Commit 1ffe63e

Browse files
author
Thomas Loubrieu
committed
remove early exit to debug
1 parent 3676082 commit 1ffe63e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/integration_tests.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ run() {
6464
--profile int-registry-batch-loader \
6565
--project-name registry \
6666
--detach --quiet-pull \
67-
up || return 5
67+
up
68+
#|| return 5
6869
echo "launch tests"
6970
if docker compose \
7071
--ansi never \

0 commit comments

Comments
 (0)