Skip to content

Commit

Permalink
Wait for kafka
Browse files Browse the repository at this point in the history
  • Loading branch information
Mongey committed Oct 16, 2023
1 parent 3605e2c commit 61b8370
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,13 @@ jobs:
${{ runner.os }}-go-
- name: Bring up kafka + zk
run: docker-compose up -d
- name: Wait For kafka
uses: iFaxity/wait-on-action@v1.1.0
with:
resource: tcp:localhost:9092
log: true
verbose: true
delay: 5000

- name: "Run tests"
run: make testacc

0 comments on commit 61b8370

Please sign in to comment.