We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bbf95c commit 5230d3cCopy full SHA for 5230d3c
.github/workflows/integration-tests.yml
@@ -75,7 +75,7 @@ jobs:
75
- name: Start containers
76
working-directory: docker
77
run: >-
78
- docker compose up \
+ docker --debug compose up \
79
--build \
80
--detach \
81
--wait \
0 commit comments