diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index feb1250f..17cc7ac3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -59,5 +59,11 @@ 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 - name: "Run tests" run: make testacc