Skip to content

Commit 634aea8

Browse files
committed
Manual test invoke of cli
1 parent 20a9fe2 commit 634aea8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ jobs:
118118
# We can't use the `uses: docker://image` version yet, GitHub lacks authentication for actions -> packages
119119
- name: Build ${{ env.PACKAGE_NAME }}
120120
run: |
121+
aws s3 ls
121122
aws s3 cp s3://aws-crt-test-stuff/ci/${{ env.BUILDER_VERSION }}/linux-container-ci.sh ./linux-container-ci.sh && chmod a+x ./linux-container-ci.sh
122123
./linux-container-ci.sh ${{ env.BUILDER_VERSION }} aws-crt-${{ env.LINUX_BASE_IMAGE }} build -p ${{ env.PACKAGE_NAME }} --compiler=${{ matrix.compiler }}
123124
byo-crypto:

0 commit comments

Comments
 (0)