Skip to content

Commit

Permalink
ci: prepare environment before running module test
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Nov 6, 2023
1 parent 0c3c318 commit 5be069d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,8 @@ jobs:
- name: Build module
run: pnpm prepack

- name: Prepare module environment
run: pnpm -r dev:prepare

- name: Test examples
run: pnpm test:examples

0 comments on commit 5be069d

Please sign in to comment.