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