Skip to content

Commit 0d37ecb

Browse files
committed
Revert "ci: 🤖 fix broken nx base ref"
This reverts commit ee256ce.
1 parent ee256ce commit 0d37ecb

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
@@ -26,7 +26,7 @@ jobs:
2626
node-version: 24
2727
cache: pnpm
2828
- run: pnpm install --frozen-lockfile
29-
- run: pnpm nx run-many -t build test lint
29+
- run: pnpm nx affected -t build test lint
3030
- run: pnpm nx fix-ci
3131
if: always()
3232

@@ -50,7 +50,7 @@ jobs:
5050
- run: pnpm install --frozen-lockfile
5151
- name: Playwright browsers install
5252
run: pnpm playwright install --with-deps
53-
- run: pnpm nx run-many -t testronaut --parallel=1 --pass-with-no-tests
53+
- run: pnpm nx affected -t testronaut --parallel=1 --pass-with-no-tests
5454
- uses: actions/upload-artifact@v4
5555
if: always()
5656
with:

0 commit comments

Comments
 (0)