Skip to content

Commit e95a9c7

Browse files
committed
build the sdk before the tests
1 parent 7a8b14b commit e95a9c7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/cli_tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,11 @@ jobs:
4747
- name: Install dependencies
4848
run: pnpm install --frozen-lockfile
4949

50-
- name: Test build
50+
- name: Build the SDK (pre-requisite for the tests)
51+
run: pnpm build
52+
working-directory: ./packages/js-sdk
53+
54+
- name: Build the CLI
5155
run: pnpm build
5256
working-directory: ./packages/cli
5357

0 commit comments

Comments
 (0)