Skip to content

Commit 7281448

Browse files
Start docker service before docker compose
1 parent 477f70b commit 7281448

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/Kafka-Integration-Tests.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,16 @@ jobs:
2727
uses: actions/checkout@v3
2828
with:
2929
fetch-depth: 0
30+
31+
- name: Start Docker service
32+
run: |
33+
net start com.docker.service
34+
shell: powershell
35+
36+
- name: Wait for Docker to be ready
37+
run: |
38+
timeout 15
39+
shell: cmd
3040

3141
- name: Set up Docker Compose
3242
run: |

0 commit comments

Comments
 (0)