Skip to content

Commit 1dc4a45

Browse files
committed
Configure Gradle with working directory
1 parent eceec2e commit 1dc4a45

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ jobs:
9191

9292
- name: Configure Gradle
9393
uses: awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
94+
with:
95+
working-directory: 'smithy-kotlin'
9496

9597
- name: Setup build
9698
uses: ./smithy-kotlin/.github/actions/setup-build
@@ -157,6 +159,8 @@ jobs:
157159

158160
- name: Configure Gradle
159161
uses: awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
162+
with:
163+
working-directory: 'smithy-kotlin'
160164

161165
- name: Test
162166
working-directory: ./smithy-kotlin
@@ -187,6 +191,8 @@ jobs:
187191

188192
- name: Configure Gradle
189193
uses: awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
194+
with:
195+
working-directory: 'smithy-kotlin'
190196

191197
- name: Test
192198
working-directory: ./smithy-kotlin

0 commit comments

Comments
 (0)