We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 282bb39 commit 1a243b0Copy full SHA for 1a243b0
.github/workflows/build_and_test_new_on_tenant_users_branch.yml
@@ -23,10 +23,13 @@ jobs:
23
run: docker compose -f docker-compose.yml -f docker-integration-tests.yml up -d
24
working-directory: ./
25
26
+ - name: Dump docker logs on failure
27
+ uses: jwalton/gh-docker-logs@v2
28
+
29
- name: Check services healthiness
30
uses: thegabriele97/dockercompose-health-action@main
31
with:
- filename: 'docker-compose.yml'
32
+ filename: './docker-compose.yml'
33
timeout: '60'
34
workdir: 'src'
35
0 commit comments