Skip to content

Commit cf45a63

Browse files
committed
Add run unit tests task to springwolf-kafka action
1 parent e8cd96d commit cf45a63

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/springwolf-kafka.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,8 @@ jobs:
2525
- name: Grant execute permission for gradlew
2626
run: chmod +x gradlew
2727

28+
- name: Run unit tests
29+
run: ./gradlew -p springwolf-plugins/springwolf-kafka-plugin test
30+
2831
- name: Run integration tests
2932
run: ./gradlew -p springwolf-examples/springwolf-kafka-example test

0 commit comments

Comments
 (0)