Skip to content

Commit 6e86682

Browse files
committed
misc: add working dir to test
1 parent a7f56ee commit 6e86682

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/continuous-integration.yml

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

Diff for: .github/workflows/lint.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ jobs:
1818
steps:
1919
- name: Checkout sources
2020
uses: actions/checkout@v4
21-
- name: PWD & LS
22-
run: pwd && ls
2321
- name: Configure Gradle
22+
working-directory: ./aws-sdk-kotlin
2423
uses: ./aws-sdk-kotlin/.github/actions/custom-gradle-distribution-url
2524
- name: Lint ${{ env.PACKAGE_NAME }}
2625
run: |

0 commit comments

Comments
 (0)