Skip to content

Commit 96cfd7d

Browse files
committed
add with path smithy-kotlin to all checkouts
1 parent 15488ac commit 96cfd7d

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
@@ -31,6 +31,8 @@ jobs:
3131
steps:
3232
- name: Checkout sources
3333
uses: actions/checkout@v4
34+
with:
35+
path: 'smithy-kotlin'
3436
- name: Setup build
3537
uses: ./.github/actions/setup-build
3638
- name: Test
@@ -47,6 +49,8 @@ jobs:
4749
steps:
4850
- name: Checkout sources
4951
uses: actions/checkout@v4
52+
with:
53+
path: 'smithy-kotlin'
5054
- name: Setup build
5155
uses: ./.github/actions/setup-build
5256
- name: Test
@@ -68,6 +72,8 @@ jobs:
6872
steps:
6973
- name: Checkout sources
7074
uses: actions/checkout@v4
75+
with:
76+
path: 'smithy-kotlin'
7177
- name: Setup build
7278
uses: ./.github/actions/setup-build
7379
- name: Test

0 commit comments

Comments
 (0)