Skip to content

Commit df5d656

Browse files
committed
add snapshot jar file
1 parent 95dedef commit df5d656

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/python.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ jobs:
9696
run: |
9797
python -m pytest
9898
99+
- name: Temp JAR move step
100+
run: |
101+
mv -v amazon-kinesis-client-multilang-3.0.3-SNAPSHOT.jar amazon_kclpy/jars/ && echo "move successful"
102+
99103
# Download .jar files required to run KCL app
100104
- name: Install .jar files
101105
run: |
@@ -146,7 +150,7 @@ jobs:
146150
env:
147151
RUNNER_OS: ${{ matrix.os }}
148152
STREAM_NAME: ${{ env.STREAM_NAME }}
149-
RUN_TIME_SECONDS: 900
153+
RUN_TIME_SECONDS: 90
150154

151155
# Check and verify results of KCL test
152156
- name: Verify KCL Functionality
136 KB
Binary file not shown.

0 commit comments

Comments
 (0)