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 ee256ce commit 0d37ecbCopy full SHA for 0d37ecb
‎.github/workflows/ci.yml‎
@@ -26,7 +26,7 @@ jobs:
26
node-version: 24
27
cache: pnpm
28
- run: pnpm install --frozen-lockfile
29
- - run: pnpm nx run-many -t build test lint
+ - run: pnpm nx affected -t build test lint
30
- run: pnpm nx fix-ci
31
if: always()
32
@@ -50,7 +50,7 @@ jobs:
50
51
- name: Playwright browsers install
52
run: pnpm playwright install --with-deps
53
- - run: pnpm nx run-many -t testronaut --parallel=1 --pass-with-no-tests
+ - run: pnpm nx affected -t testronaut --parallel=1 --pass-with-no-tests
54
- uses: actions/upload-artifact@v4
55
56
with:
0 commit comments