Skip to content

Commit 1a243b0

Browse files
committed
retry
1 parent 282bb39 commit 1a243b0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build_and_test_new_on_tenant_users_branch.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,13 @@ jobs:
2323
run: docker compose -f docker-compose.yml -f docker-integration-tests.yml up -d
2424
working-directory: ./
2525

26+
- name: Dump docker logs on failure
27+
uses: jwalton/gh-docker-logs@v2
28+
2629
- name: Check services healthiness
2730
uses: thegabriele97/dockercompose-health-action@main
2831
with:
29-
filename: 'docker-compose.yml'
32+
filename: './docker-compose.yml'
3033
timeout: '60'
3134
workdir: 'src'
3235

0 commit comments

Comments
 (0)