File tree 3 files changed +2
-4
lines changed
3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 83
83
with :
84
84
role-to-assume : ${{ secrets.CI_AWS_ROLE_ARN }}
85
85
aws-region : us-west-2
86
- - name : Configure Gradle
87
- uses : ./aws-sdk-kotlin/.github/actions/custom-gradle-distribution-url
88
86
- name : Run Service Check Batch and Calculate Artifact Size Metrics
89
87
id : svc-check-batch
90
88
run : |
Original file line number Diff line number Diff line change 34
34
- name : Setup Build
35
35
uses : ./aws-sdk-kotlin/.github/actions/setup-build
36
36
- name : Configure Gradle
37
- working-directory : ./aws-sdk-kotlin
38
37
uses : ./aws-sdk-kotlin/.github/actions/custom-gradle-distribution-url
39
38
- name : Test
40
39
working-directory : ./aws-sdk-kotlin
Original file line number Diff line number Diff line change 18
18
steps :
19
19
- name : Checkout sources
20
20
uses : actions/checkout@v4
21
+ with :
22
+ path : ' aws-sdk-kotlin'
21
23
- name : Configure Gradle
22
- working-directory : ./aws-sdk-kotlin
23
24
uses : ./aws-sdk-kotlin/.github/actions/custom-gradle-distribution-url
24
25
- name : Lint ${{ env.PACKAGE_NAME }}
25
26
run : |
You can’t perform that action at this time.
0 commit comments