Skip to content

Commit 5aab402

Browse files
committed
Run the setup-build step
1 parent cadfb24 commit 5aab402

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/kat-transform.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
with:
3030
path: 'smithy-kotlin'
3131

32+
- name: Setup build
33+
uses: ./smithy-kotlin/.github/actions/setup-build
34+
3235
- name: Configure AWS Credentials
3336
uses: aws-actions/configure-aws-credentials@v4
3437
with:
@@ -53,8 +56,8 @@ jobs:
5356
ls -lsa
5457
kat bump-version # Bump from `vNext-SNAPSHOT` to `vNext`. kat transform only works on non-SNAPSHOT versions
5558
kat bump-version --property codegenVersion
56-
./gradlew -Paws.kotlin.native=false build
57-
./gradlew -Paws.kotlin.native=false publishAllPublicationsToTestLocalRepository
59+
./gradlew build
60+
./gradlew publishAllPublicationsToTestLocalRepository
5861
5962
- name: Transform
6063
working-directory: ./smithy-kotlin

0 commit comments

Comments
 (0)