Fix modules dir tsc not running in CI (#33811)

* Fix modules dir tsc not running in CI

* Switch to nx run-many for ci task

This has smarter scheduling logic for dependant tasks
This commit is contained in:
Michael Telatynski
2026-06-11 11:37:47 +01:00
committed by GitHub
parent 2d434c72d4
commit 2d24778214
5 changed files with 13 additions and 4 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ jobs:
run: "pnpm install --frozen-lockfile"
- name: Run ${{ matrix.command }}
run: pnpm --if-present run "$CMD" && pnpm -r --workspace-concurrency=1 --if-present run "$CMD"
run: pnpm nx run-many -t "$CMD" -p
env:
CMD: ${{ matrix.command }}