File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 : |
You can’t perform that action at this time.
0 commit comments