Skip to content

Commit 1342474

Browse files
committed
fix: use working dir in codebuild CI
1 parent ad67c6b commit 1342474

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/codebuild-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
8787
aws-region: us-west-2
8888
- name: Configure Gradle
89+
working-directory: ./aws-sdk-kotlin
8990
uses: ./aws-sdk-kotlin/.github/actions/custom-gradle-distribution-url
9091
- name: Run Service Check Batch and Calculate Artifact Size Metrics
9192
id: svc-check-batch
@@ -215,6 +216,7 @@ jobs:
215216
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
216217
aws-region: us-west-2
217218
- name: Configure Gradle
219+
working-directory: ./aws-sdk-kotlin
218220
uses: ./aws-sdk-kotlin/.github/actions/custom-gradle-distribution-url
219221
- name: Calculate Artifact Size Metrics
220222
id: svc-check-batch

0 commit comments

Comments
 (0)