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 5190c8a
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 5190c8a

Please sign in to comment.