Skip to content

Commit 15cfdea

Browse files
sb2k16sbose2k21
andauthored
Fix the integ test for kds workflow (#6885)
Signed-off-by: Souvik Bose <souvbose@amazon.com> Co-authored-by: Souvik Bose <souvbose@amazon.com>
1 parent 4b580c3 commit 15cfdea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
build:
2222
strategy:
2323
matrix:
24-
java: [ 11, 17, 21, docker ]
24+
java: [ 11, 17, 21 ]
2525
fail-fast: false
2626

2727
runs-on: ubuntu-latest
@@ -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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4

0 commit comments

Comments
 (0)