Avoid using --ignore-workspace (#353)

This commit is contained in:
Mateusz Burzyński
2026-02-19 14:41:21 +00:00
committed by pullfrog[bot]
parent 4ecff49b72
commit 185ca7a832
9 changed files with 82 additions and 41 deletions
+3 -3
View File
@@ -14,7 +14,7 @@ jobs:
node-version: "24"
cache: "pnpm"
- run: pnpm install --frozen-lockfile --ignore-scripts
- run: pnpm install --frozen-lockfile
- run: pnpm typecheck
- run: pnpm test
@@ -47,7 +47,7 @@ jobs:
node-version: "24"
cache: "pnpm"
- run: pnpm install --frozen-lockfile --ignore-scripts
- run: pnpm install --frozen-lockfile
- run: pnpm runtest ${{ matrix.test }} ${{ matrix.agent }}
agnostic:
@@ -87,5 +87,5 @@ jobs:
node-version: "24"
cache: "pnpm"
- run: pnpm install --frozen-lockfile --ignore-scripts
- run: pnpm install --frozen-lockfile
- run: pnpm runtest ${{ matrix.test }}