Skip to content

Commit c64b5ba

Browse files
committed
Fix the integ test for kds workflow
Signed-off-by: Souvik Bose <souvbose@amazon.com>
1 parent 3ddd6f3 commit c64b5ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/kinesis-source-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Run Kinesis Source integration tests
6565
run: |
6666
./gradlew data-prepper-plugins:kinesis-source:integrationTest \
67-
-Dtests.kinesis.source.aws.region=us-east-1 --tests KinesisSourceIT
67+
-Dtests.kinesis.source.aws.region=${{ secrets.TEST_REGION }} --tests KinesisSourceIT
6868
- name: Upload Unit Test Results
6969
if: always()
7070
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)