Skip to content

Commit 7554a00

Browse files
committed
feat: enhance ci workflow with timing and stats flags
1 parent 78e8e64 commit 7554a00

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ env:
2222
NX_BATCH_MODE: false
2323
# Keep this on
2424
NX_VERBOSE_LOGGING: true
25+
TIMING: 15
2526

2627
jobs:
2728
lint:
@@ -42,7 +43,7 @@ jobs:
4243
- name: Install dependencies
4344
run: npm ci
4445
- name: Lint affected projects with default settings and old eslint version
45-
run: npx nx run-many -t lint
46+
run: npx nx run-many -t lint --stats
4647

4748
lint-concurrency:
4849
runs-on: ubuntu-latest
@@ -65,4 +66,4 @@ jobs:
6566
- name: Install dependencies
6667
run: npm ci
6768
- name: Lint affected projects with concurrency ${{ matrix.concurrency }}
68-
run: npx nx run-many -t lint-multi --exclude models-transformers --concurrency ${{ matrix.concurrency }}
69+
run: npx nx run-many -t lint-multi --exclude models-transformers --concurrency ${{ matrix.concurrency }} --stats

0 commit comments

Comments
 (0)