File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -124,12 +124,6 @@ jobs:
124124 run : sleep 60s
125125 shell : bash
126126
127- - name : Debug Kafka container
128- if : always()
129- run : |
130- docker compose -f ./Docker/docker-compose.yml ps
131- docker compose -f ./Docker/docker-compose.yml logs --no-color --tail=400 kafka || true
132-
133127 - name : Wait for services
134128 run : |
135129 set -e
@@ -166,6 +160,12 @@ jobs:
166160 wait_for_port localhost 1433 sqlserver
167161 wait_for_port localhost 9094 kafka 240
168162
163+ - name : Debug Kafka container
164+ if : always()
165+ run : |
166+ docker compose -f ./Docker/docker-compose.yml ps
167+ docker compose -f ./Docker/docker-compose.yml logs --no-color --tail=400 kafka || true
168+
169169 - name : Setup NuGet
170170 uses : NuGet/setup-nuget@v1.0.2
171171 env :
You can’t perform that action at this time.
0 commit comments