Skip to content

Commit f0d45ca

Browse files
committed
Fix working directory
1 parent d20a38f commit f0d45ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ jobs:
4747
cache: 'gradle'
4848
- name: Configure Gradle
4949
uses: awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
50-
working-directory: ./smithy-kotlin
50+
with:
51+
working-directory: 'smithy-kotlin'
5152

5253
- name: Build and Test on JVM
5354
working-directory: ./smithy-kotlin

0 commit comments

Comments
 (0)