chore: fix CI setup for unit tests (#8530)

pull/8566/head
Ben McCann 1 year ago committed by GitHub
parent 572f5372d4
commit 8ffd2112bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -69,8 +69,7 @@ jobs:
- uses: pnpm/action-setup@v2.2.4
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: pnpm
- run: pnpm install
env:
SKIP_PREPARE: true
- run: pnpm test:unit

Loading…
Cancel
Save