Skip to content

Commit 33ffd6f

Browse files
committed
retry
1 parent fae3ebc commit 33ffd6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test_new_on_tenant_users_branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v4
2121

2222
- name: Run docker compose
23-
run: docker-compose -f docker-compose.yml -f docker-integration-tests.yml up -d
23+
run: docker-compose -f docker-compose.yml -f docker-integration-tests.yml up --no-TTY
2424
working-directory: ./
2525

2626
# - name: Set up Docker Compose

0 commit comments

Comments
 (0)