Skip to content

Commit

Permalink
chore: removed kafka services on github action
Browse files Browse the repository at this point in the history
  • Loading branch information
paulobressan committed Jul 3, 2024
1 parent 02625aa commit 738b0ab
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,6 @@ jobs:
run: cargo test --lib

integration:
services:
zookeeper:
image: confluentinc/cp-zookeeper:latest
options: >-
--env ZOOKEEPER_CLIENT_PORT=2181
kafka:
image: confluentinc/cp-kafka:latest
ports:
- 9092:9092
options: >-
--env KAFKA_ZOOKEEPER_CONNECT=zookeeper:2181
--env KAFKA_ADVERTISED_LISTENERS=PLAINTEXT://kafka:29092,PLAINTEXT_HOST://localhost:9092
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 738b0ab

Please sign in to comment.