Skip to content

Commit 2418647

Browse files
build common package in test action
1 parent a0c6f3e commit 2418647

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-unit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,8 @@ jobs:
2626
- name: Install dependencies
2727
run: yarn
2828

29+
- name: Build @darkwrite/common
30+
run: yarn build:common
31+
2932
- name: Run tests
3033
run: yarn test:all

0 commit comments

Comments
 (0)