Skip to content

Commit fae778c

Browse files
committed
working-directory: ./smithy-kotlin
1 parent 713222d commit fae778c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- name: Setup build
3737
uses: ./smithy-kotlin/.github/actions/setup-build
3838
- name: Test
39+
working-directory: ./smithy-kotlin
3940
shell: bash
4041
run: |
4142
./gradlew -Ptest.java.version=${{ matrix.java-version }} jvmTest --stacktrace
@@ -54,6 +55,7 @@ jobs:
5455
- name: Setup build
5556
uses: ./smithy-kotlin/.github/actions/setup-build
5657
- name: Test
58+
working-directory: ./smithy-kotlin
5759
shell: bash
5860
run: |
5961
# FIXME K2. Re-enable warnings as errors after this warning is removed: https://youtrack.jetbrains.com/issue/KT-68532
@@ -77,6 +79,7 @@ jobs:
7779
- name: Setup build
7880
uses: ./smithy-kotlin/.github/actions/setup-build
7981
- name: Test
82+
working-directory: ./smithy-kotlin
8083
shell: bash
8184
run: |
8285
./gradlew publishToMavenLocal
@@ -98,6 +101,7 @@ jobs:
98101
path: 'aws-sdk-kotlin'
99102
repository: 'awslabs/aws-sdk-kotlin'
100103
- name: Build and Test aws-sdk-kotlin downstream
104+
working-directory: ./smithy-kotlin
101105
run: |
102106
# TODO - JVM only
103107
cd $GITHUB_WORKSPACE/smithy-kotlin

0 commit comments

Comments
 (0)