Skip to content

Commit c3ab65c

Browse files
committed
ci: 🤖 speed up CI
1 parent 0d37ecb commit c3ab65c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/ci.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
node-version: 24
2727
cache: pnpm
28-
- run: pnpm install --frozen-lockfile
28+
- run: pnpm install --frozen-lockfile --ignore-scripts
2929
- run: pnpm nx affected -t build test lint
3030
- run: pnpm nx fix-ci
3131
if: always()
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
node-version: 24
4949
cache: pnpm
50-
- run: pnpm install --frozen-lockfile
50+
- run: pnpm install --frozen-lockfile --ignore-scripts
5151
- name: Playwright browsers install
5252
run: pnpm playwright install --with-deps
5353
- run: pnpm nx affected -t testronaut --parallel=1 --pass-with-no-tests

0 commit comments

Comments
 (0)