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 ad67c6b commit 1342474Copy full SHA for 1342474
.github/workflows/codebuild-ci.yml
@@ -86,6 +86,7 @@ jobs:
86
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
87
aws-region: us-west-2
88
- name: Configure Gradle
89
+ working-directory: ./aws-sdk-kotlin
90
uses: ./aws-sdk-kotlin/.github/actions/custom-gradle-distribution-url
91
- name: Run Service Check Batch and Calculate Artifact Size Metrics
92
id: svc-check-batch
@@ -215,6 +216,7 @@ jobs:
215
216
217
218
219
220
221
- name: Calculate Artifact Size Metrics
222
0 commit comments