File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
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
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
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 :
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 :
You can’t perform that action at this time.
0 commit comments