Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
KermanX committed Feb 3, 2024
1 parent 80cb44a commit 8014587
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ jobs:
- name: Build KermanX/slidev
run: pnpm build
working-directory: ../slidev
- name: Install modified version of Slidev
- name: Install deps
run: |
pnpm install
pnpm i ../slidev/packages/parser
pnpm i -D ../slidev/packages/types
- name: Run tests
Expand Down

0 comments on commit 8014587

Please sign in to comment.