We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d20a38f commit f0d45caCopy full SHA for f0d45ca
.github/workflows/continuous-integration.yml
@@ -47,7 +47,8 @@ jobs:
47
cache: 'gradle'
48
- name: Configure Gradle
49
uses: awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
50
- working-directory: ./smithy-kotlin
+ with:
51
+ working-directory: 'smithy-kotlin'
52
53
- name: Build and Test on JVM
54
working-directory: ./smithy-kotlin
0 commit comments