Skip to content

Commit 4be9ec6

Browse files
fix(ci): link in development ssdk common lib (#2655)
1 parent 7374720 commit 4be9ec6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/server-protocol-tests.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,12 @@ jobs:
2727
git clone --depth 1 https://github.com/awslabs/smithy-typescript.git
2828
cd smithy-typescript
2929
./gradlew clean build publishToMavenLocal
30-
cd ..
30+
cd smithy-typescript-ssdk-libs
31+
yarn install
32+
yarn build
33+
cd server-common
34+
yarn link
35+
cd ../..
3136
3237
- name: install dependencies
3338
run: |
@@ -40,6 +45,7 @@ jobs:
4045
# there are new dependencies as a result of generating server protocol tests
4146
- name: install dependencies again
4247
run: |
48+
yarn link @aws-smithy/server-common
4349
yarn install
4450
4551
- name: run protocol tests

0 commit comments

Comments
 (0)