From 1342474efc098362358696bbe4b41fe1e83328c0 Mon Sep 17 00:00:00 2001 From: 0marperez Date: Fri, 10 Jan 2025 14:53:52 -0500 Subject: [PATCH] fix: use working dir in codebuild CI --- .github/workflows/codebuild-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/codebuild-ci.yml b/.github/workflows/codebuild-ci.yml index f10e305ec7b..3de4e1b9bf8 100644 --- a/.github/workflows/codebuild-ci.yml +++ b/.github/workflows/codebuild-ci.yml @@ -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 @@ -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