Skip to content

Commit

Permalink
fix: main yaml, add kafka topic
Browse files Browse the repository at this point in the history
  • Loading branch information
mairess committed Jul 9, 2024
1 parent cb214e6 commit d5553ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: spicyparrot/kafka-kraft-action@v1.1.0
with:
kafka-version: "3.7.0"
kafka-topics: "installationCompleted.request"
kafka-topics: "installationCompleted.request, 1"

- name: Validate checkstyle
run: mvn checkstyle:check
Expand Down

0 comments on commit d5553ce

Please sign in to comment.