Skip to content

Commit 39252de

Browse files
committed
Enable kafka sink integration tests as a github workflow action
Signed-off-by: Taylor Gray <tylgry@amazon.com>
1 parent 332c4ce commit 39252de

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/kafka-plugin-integration-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ jobs:
6666
-Dtests.kafka.bootstrap_servers=localhost:9092 \
6767
-Dtests.kafka.authconfig.username=admin -Dtests.kafka.authconfig.password=admin \
6868
-Dtests.kafka.kms_key=alias/DataPrepperTesting \
69-
--tests '*kafka.buffer*' --tests KafkaSourceJsonTypeIT --tests KafkaBufferOTelIT
69+
--tests '*kafka.buffer*' --tests KafkaSourceJsonTypeIT --tests KafkaBufferOTelIT \
70+
--tests '*kafka.sink*'
7071
7172
- name: Upload Unit Test Results
7273
if: always()

0 commit comments

Comments
 (0)