Skip to content

Commit 4a79592

Browse files
committed
Disable aws.kotlin.native in kat transform CI
1 parent 6953ece commit 4a79592

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/kat-transform.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ jobs:
5353
pwd
5454
ls -lsa
5555
kat bump-version # Bump from `vNext-SNAPSHOT` to `vNext`. kat transform only works on non-SNAPSHOT versions
56-
./gradlew build
57-
./gradlew publishAllPublicationsToTestLocalRepository
56+
./gradlew -Paws.kotlin.native=false build
57+
./gradlew -Paws.kotlin.native=false publishAllPublicationsToTestLocalRepository
5858
5959
- name: Transform
6060
working-directory: ./aws-sdk-kotlin

0 commit comments

Comments
 (0)