Skip to content

Commit d63c671

Browse files
committed
fix: possible fixes
1 parent 8aefd49 commit d63c671

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/codebuild-ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ jobs:
8383
with:
8484
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
8585
aws-region: us-west-2
86-
- name: Configure Gradle
87-
uses: ./aws-sdk-kotlin/.github/actions/custom-gradle-distribution-url
8886
- name: Run Service Check Batch and Calculate Artifact Size Metrics
8987
id: svc-check-batch
9088
run: |

.github/workflows/continuous-integration.yml

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
- name: Setup Build
3535
uses: ./aws-sdk-kotlin/.github/actions/setup-build
3636
- name: Configure Gradle
37-
working-directory: ./aws-sdk-kotlin
3837
uses: ./aws-sdk-kotlin/.github/actions/custom-gradle-distribution-url
3938
- name: Test
4039
working-directory: ./aws-sdk-kotlin

.github/workflows/lint.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ jobs:
1818
steps:
1919
- name: Checkout sources
2020
uses: actions/checkout@v4
21+
with:
22+
path: 'aws-sdk-kotlin'
2123
- name: Configure Gradle
22-
working-directory: ./aws-sdk-kotlin
2324
uses: ./aws-sdk-kotlin/.github/actions/custom-gradle-distribution-url
2425
- name: Lint ${{ env.PACKAGE_NAME }}
2526
run: |

0 commit comments

Comments
 (0)