Skip to content

Commit

Permalink
workflow: manage playground dependency installation separately
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Oct 12, 2022
1 parent f4f0e43 commit b6cea77
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 2,871 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- run: pnpm install --no-frozen-lockfile
- run: pnpm install
- run: pnpm pretest
# Rerun install to ensure the dependencies in the playground apps are resolved correctly
- run: pnpm install --no-frozen-lockfile
- name: Install Playground Dependencies
working-directory: ./playground
run: pnpm install --no-frozen-lockfile
- run: pnpm test
2 changes: 1 addition & 1 deletion playground
Loading

0 comments on commit b6cea77

Please sign in to comment.