We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdd0ad2 commit 0b1fc67Copy full SHA for 0b1fc67
.github/actions/setup-kat/action.yml
@@ -13,6 +13,8 @@ runs:
13
- name: Set up kat
14
shell: bash
15
run: |
16
+ aws sts get-caller-identity
17
+
18
kat_version=$(aws s3 ls s3://kotlin-sdk-build-tools/kat-releases/ | grep -oE '[0-9]+\.[0-9]+\.[0-9]+' | sort -V | tail -n 1)
19
20
if [ -z "$kat_version" ]; then
0 commit comments