Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nwt committed Jan 2, 2024
1 parent 03d9032 commit 8e4efa0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
KAFKA_CFG_CONTROLLER_QUORUM_VOTERS: [email protected]:9093
KAFKA_CFG_LISTENER_SECURITY_PROTOCOL_MAP: CONTROLLER:PLAINTEXT,PLAINTEXT:PLAINTEXT
KAFKA_CFG_LISTENERS: PLAINTEXT://:9092,CONTROLLER://:9093
KAFKA_CFG_NODE_ID: 1
KAFKA_CFG_PROCESS_ROLES: broker,controller
KAFKA_ENABLE_KRAFT: yes
ports:
Expand All @@ -35,4 +36,7 @@ jobs:
- run: make vet
- run: make test-unit
- run: make test-system
- run: make test-system ZTEST_TAG=kafka
- run: make test-system ZTEST_TAG=kafka GOFLAGS=-timeout=2m
- uses: jwalton/gh-docker-logs@v2
if: failure()

0 comments on commit 8e4efa0

Please sign in to comment.