Skip to content

Commit f5b6f60

Browse files
committed
Updated core CI to build test dep
1 parent d73f3dd commit f5b6f60

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/core_tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
- name: Install dependencies
2424
run: npm ci --ignore-scripts
2525

26+
- name: Build test package
27+
run: npm run build-test
28+
2629
- name: Build core
2730
run: npm run build-core
2831

0 commit comments

Comments
 (0)