Skip to content

Commit 5be069d

Browse files
committedNov 6, 2023
ci: prepare environment before running module test
1 parent 0c3c318 commit 5be069d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,8 @@ jobs:
6262
- name: Build module
6363
run: pnpm prepack
6464

65+
- name: Prepare module environment
66+
run: pnpm -r dev:prepare
67+
6568
- name: Test examples
6669
run: pnpm test:examples

0 commit comments

Comments
 (0)
Please sign in to comment.