Skip to content

Commit 61b8370

Browse files
committed
Wait for kafka
1 parent 3605e2c commit 61b8370

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,13 @@ jobs:
5959
${{ runner.os }}-go-
6060
- name: Bring up kafka + zk
6161
run: docker-compose up -d
62+
- name: Wait For kafka
63+
uses: iFaxity/[email protected]
64+
with:
65+
resource: tcp:localhost:9092
66+
log: true
67+
verbose: true
68+
delay: 5000
69+
6270
- name: "Run tests"
6371
run: make testacc

0 commit comments

Comments
 (0)