Skip to content

Commit 210fb6c

Browse files
committed
ci: add set up step
1 parent 8a57a14 commit 210fb6c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
- name: 📦 Install dependencies
4444
run: pnpm install --frozen-lockfile
4545

46+
- name: 🚧 Set up project
47+
run: pnpm dev:prepare
48+
4649
- name: 🧪 Test project
4750
run: pnpm test -- --coverage
4851

0 commit comments

Comments
 (0)