Skip to content

Commit

Permalink
fix: use working dir in codebuild CI
Browse files Browse the repository at this point in the history
  • Loading branch information
0marperez committed Jan 10, 2025
1 parent ad67c6b commit 1342474
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codebuild-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
aws-region: us-west-2
- name: Configure Gradle
working-directory: ./aws-sdk-kotlin
uses: ./aws-sdk-kotlin/.github/actions/custom-gradle-distribution-url
- name: Run Service Check Batch and Calculate Artifact Size Metrics
id: svc-check-batch
Expand Down Expand Up @@ -215,6 +216,7 @@ jobs:
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
aws-region: us-west-2
- name: Configure Gradle
working-directory: ./aws-sdk-kotlin
uses: ./aws-sdk-kotlin/.github/actions/custom-gradle-distribution-url
- name: Calculate Artifact Size Metrics
id: svc-check-batch
Expand Down

0 comments on commit 1342474

Please sign in to comment.