We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d37ecb commit c3ab65cCopy full SHA for c3ab65c
‎.github/workflows/ci.yml‎
@@ -25,7 +25,7 @@ jobs:
25
with:
26
node-version: 24
27
cache: pnpm
28
- - run: pnpm install --frozen-lockfile
+ - run: pnpm install --frozen-lockfile --ignore-scripts
29
- run: pnpm nx affected -t build test lint
30
- run: pnpm nx fix-ci
31
if: always()
@@ -47,7 +47,7 @@ jobs:
47
48
49
50
51
- name: Playwright browsers install
52
run: pnpm playwright install --with-deps
53
- run: pnpm nx affected -t testronaut --parallel=1 --pass-with-no-tests
0 commit comments