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 5d3ce54
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,9 @@ jobs:
${{ runner.os }}-go-
- name: Bring up kafka + zk
run: docker-compose up -d
- name: Wait For kafka
uses: iFaxity/wait-on-action
with:
resource: localhost:9092
- name: "Run tests"
run: make testacc

0 comments on commit 5d3ce54

Please sign in to comment.