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 051a031
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,14 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Bring up kafka + zk
run: docker-compose up -d
uses: JarvusInnovations/background-action@v1
with:
run: docker-compose up &
wait-on: |
tcp:localhost:9092
tcp:localhost:9093
tail: true
log-output-if: true

- name: "Run tests"
run: make testacc

0 comments on commit 051a031

Please sign in to comment.