Skip to content

Commit e9d3a57

Browse files
committed
refactor: fix tests 7
1 parent 24daeff commit e9d3a57

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Install dependencies
5050
run: npm ci
5151
- name: Lint affected projects with concurrency off
52-
run: npx nx run-many -t lint-multi --concurrency off --skipNxCache --parallel=1
52+
run: npx nx run-many -t lint-multi --exclude models-transformers --concurrency off --skipNxCache --parallel=1
5353

5454
lint-concurrency-auto:
5555
runs-on: ubuntu-latest
@@ -69,7 +69,7 @@ jobs:
6969
- name: Install dependencies
7070
run: npm ci
7171
- name: Lint affected projects with concurrency auto
72-
run: npx nx run-many -t lint-multi --concurrency auto --skipNxCache --parallel=1
72+
run: npx nx run-many -t lint-multi --exclude models-transformers --concurrency auto --skipNxCache --parallel=1
7373

7474
lint-concurrency-one:
7575
runs-on: ubuntu-latest
@@ -89,7 +89,7 @@ jobs:
8989
- name: Install dependencies
9090
run: npm ci
9191
- name: Lint affected projects with concurrency 1
92-
run: npx nx run-many -t lint-multi --concurrency 1 --skipNxCache --parallel=1
92+
run: npx nx run-many -t lint-multi --exclude models-transformers --concurrency 1 --skipNxCache --parallel=1
9393

9494
lint-concurrency-two:
9595
runs-on: ubuntu-latest
@@ -109,7 +109,7 @@ jobs:
109109
- name: Install dependencies
110110
run: npm ci
111111
- name: Lint affected projects with concurrency 2
112-
run: npx nx run-many -t lint-multi --concurrency 2 --skipNxCache --parallel=1
112+
run: npx nx run-many -t lint-multi --exclude models-transformers --concurrency 2 --skipNxCache --parallel=1
113113

114114
lint-concurrency-three:
115115
runs-on: ubuntu-latest
@@ -129,7 +129,7 @@ jobs:
129129
- name: Install dependencies
130130
run: npm ci
131131
- name: Lint affected projects with concurrency 3
132-
run: npx nx run-many -t lint-multi --concurrency 3 --skipNxCache --parallel=1
132+
run: npx nx run-many -t lint-multi --exclude models-transformers --concurrency 3 --skipNxCache --parallel=1
133133

134134
lint-concurrency-four:
135135
runs-on: ubuntu-latest
@@ -149,7 +149,7 @@ jobs:
149149
- name: Install dependencies
150150
run: npm ci
151151
- name: Lint affected projects with concurrency 4
152-
run: npx nx run-many -t lint-multi --concurrency 4 --skipNxCache --parallel=1
152+
run: npx nx run-many -t lint-multi --exclude models-transformers --concurrency 4 --skipNxCache --parallel=1
153153

154154
lint-concurrency-five:
155155
runs-on: ubuntu-latest
@@ -169,7 +169,7 @@ jobs:
169169
- name: Install dependencies
170170
run: npm ci
171171
- name: Lint affected projects with concurrency 5
172-
run: npx nx run-many -t lint-multi --concurrency 5 --skipNxCache --parallel=1
172+
run: npx nx run-many -t lint-multi --exclude models-transformers --concurrency 5 --skipNxCache --parallel=1
173173

174174
lint-concurrency-six:
175175
runs-on: ubuntu-latest
@@ -189,4 +189,4 @@ jobs:
189189
- name: Install dependencies
190190
run: npm ci
191191
- name: Lint affected projects with concurrency 6
192-
run: npx nx run-many -t lint-multi --concurrency 6 --skipNxCache --parallel=1
192+
run: npx nx run-many -t lint-multi --exclude models-transformers --concurrency 6 --skipNxCache --parallel=1

0 commit comments

Comments
 (0)