Skip to content

Commit

Permalink
ci: is it related to the submodule thing?
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Dec 18, 2024
1 parent 361adc0 commit ca961e0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,12 @@ jobs:
- name: Build the package
run: pnpm install && pnpm build && pnpm snapshot
- run: echo "{}" > playground/package.json
- run: mv playground playground-tmp
- name: Install dependencies in playground
run: pnpm -C ./playground install --no-frozen-lockfile
run: pnpm -C ./playground-tmp install --no-frozen-lockfile

- name: Run build script in playground
run: pnpm -C ./playground --filter "*" build
run: pnpm -C ./playground-tmp --filter "*" build

# test-vitest:
# needs: build
Expand Down

0 comments on commit ca961e0

Please sign in to comment.