Skip to content

Commit

Permalink
fix(ci): buildSdk on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
srchase committed May 9, 2023
1 parent b418f9d commit 775f2a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codegen-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
- name: build and test codegen
run: |
cd ./codegen
./gradlew clean smithy-aws-typescript-codegen:build protocol-test-codegen:build -Plog-tests
./gradlew clean sdk-codegen:build smithy-aws-typescript-codegen:build protocol-test-codegen:build -Plog-tests
3 changes: 2 additions & 1 deletion codegen/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
smithyVersion=1.30.0
smithyGradleVersion=0.6.0
smithyGradleVersion=0.6.0

0 comments on commit 775f2a9

Please sign in to comment.