Skip to content

Commit

Permalink
Ci: testing kafka broker
Browse files Browse the repository at this point in the history
  • Loading branch information
asheswook committed Jun 10, 2024
1 parent 4599ea4 commit a15557d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: "Test"

on: [push]

jobs:
test:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Run Kafka KRaft Broker
uses: spicyparrot/[email protected]
with:
kafka-version: "3.7.0"
kafka-topics: "test,test1,test2,test3"

0 comments on commit a15557d

Please sign in to comment.