Skip to content

Commit 5230d3c

Browse files
committed
chore: enable debug for docker compose
Relate to #13
1 parent 6bbf95c commit 5230d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- name: Start containers
7676
working-directory: docker
7777
run: >-
78-
docker compose up \
78+
docker --debug compose up \
7979
--build \
8080
--detach \
8181
--wait \

0 commit comments

Comments
 (0)