Skip to content

Commit c37a6ca

Browse files
committed
Fixed CLI CI task for new test dependency, updated composable test server plan (final, ready to implement)
1 parent 32d0fe7 commit c37a6ca

2 files changed

Lines changed: 111 additions & 78 deletions

File tree

.github/workflows/cli_tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ jobs:
3232
working-directory: .
3333
run: npm run build-core
3434

35+
- name: Build test package
36+
working-directory: .
37+
run: npm run build-test
38+
3539
- name: Build CLI
3640
working-directory: .
3741
run: npm run build-cli

0 commit comments

Comments
 (0)