Skip to content

Commit 0214487

Browse files
committed
chore(CI): fix ts folder name
1 parent e455503 commit 0214487

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cd.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,19 +94,19 @@ jobs:
9494
make ts-sdk
9595
9696
- name: Install dependencies
97-
working-directory: src/TypescriptSDK
97+
working-directory: src/TypeScriptSDK
9898
run: npm i
9999

100100
- name: Build and pack package
101-
working-directory: src/TypescriptSDK
101+
working-directory: src/TypeScriptSDK
102102
run: |
103103
npm run custom-pack
104104
cp ./*.tgz ./../../
105105
106106
- name: Unit tests
107-
working-directory: src/TypescriptSDK.Tests
107+
working-directory: src/TypeScriptSDK.Tests
108108
run: |
109-
npm i ./../TypescriptSDK/dragonfly-schema-${{env.RELEASE_VERSION}}.tgz
109+
npm i ./../TypeScriptSDK/dragonfly-schema-${{env.RELEASE_VERSION}}.tgz
110110
npm i honeybee-schema
111111
npm run test
112112

0 commit comments

Comments
 (0)