Skip to content

Commit 27f0bc4

Browse files
committed
Revert "ci: 🤖 run all tasks"
This reverts commit cae58b1.
1 parent cae58b1 commit 27f0bc4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fetch-depth: 0
1313
- name: Setup
1414
uses: ./.github/actions/setup
15-
- run: pnpm nx run-many -t build
15+
- run: pnpm nx affected -t build
1616

1717
lint:
1818
name: 🧹 Lint
@@ -23,7 +23,7 @@ jobs:
2323
fetch-depth: 0
2424
- name: Setup
2525
uses: ./.github/actions/setup
26-
- run: pnpm nx run-many -t lint
26+
- run: pnpm nx affected -t lint
2727

2828
sanity-check:
2929
name: 🧹 Sanity Check
@@ -45,7 +45,7 @@ jobs:
4545
fetch-depth: 0
4646
- name: Setup
4747
uses: ./.github/actions/setup
48-
- run: pnpm nx run-many -t jest,test --pass-with-no-tests
48+
- run: pnpm nx affected -t jest,test --pass-with-no-tests
4949

5050
playwright-ct:
5151
name: 🎭 Playwright CT
@@ -58,7 +58,7 @@ jobs:
5858
uses: ./.github/actions/setup
5959
- name: Playwright browsers install
6060
run: pnpm playwright install --with-deps
61-
- run: pnpm nx run-many -t test-ui --pass-with-no-tests --parallel=1
61+
- run: pnpm nx affected -t test-ui --pass-with-no-tests --parallel=1
6262
- uses: actions/upload-artifact@v4
6363
if: always()
6464
with:
@@ -77,7 +77,7 @@ jobs:
7777
uses: ./.github/actions/setup
7878
- name: Playwright browsers install
7979
run: pnpm playwright install --with-deps
80-
- run: pnpm nx run-many -t testronaut --parallel=1 --pass-with-no-tests
80+
- run: pnpm nx affected -t testronaut --parallel=1 --pass-with-no-tests
8181
- uses: actions/upload-artifact@v4
8282
if: always()
8383
with:

0 commit comments

Comments
 (0)