Skip to content

Commit

Permalink
add explicit permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
aajtodd committed Feb 14, 2024
1 parent 0bb2dfe commit 968a8db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,9 @@ jobs:
- name: Test ${{ matrix.os }} on ${{ matrix.arch }}
run: |
ls -lsaR
./native-test-binaries/.github/scripts/run-container-test.py --distro ${{ matrix.distro }} --arch ${{ matrix.arch }} --test-bin-dir ./native-test-binaries/aws-crt-kotlin/build/bin
RUN_CONTAINER_TEST=./native-test-binaries/.github/scripts/run-container-test.py
chmod u+x $RUN_CONTAINER_TEST
$RUN_CONTAINER_TEST --distro ${{ matrix.distro }} --arch ${{ matrix.arch }} --test-bin-dir ./native-test-binaries/aws-crt-kotlin/build/bin
# TODO - linux-native test reports
# TODO - windows jvm, windows native, jvm versions
Expand Down

0 comments on commit 968a8db

Please sign in to comment.