6060
6161 lookup-only : true
6262
63- - name : Setup nx cache
64- id : setup-nx-cache
65- uses : actions/cache@v5
66- with :
67- path : |
68- .nx/cache
69- .nx/workspace-data/*.db
70- .nx/workspace-data/*.db-wal
71- .nx/workspace-data/*.db-shm
72- key : ${{ runner.os }}-nx-v2-${{ github.workflow }}-${{ github.job }}-${{ github.sha }}-${{ github.run_attempt }}
73- restore-keys : |
74- ${{ runner.os }}-nx-v2-${{ github.workflow }}-${{ github.job }}-
75- ${{ runner.os }}-nx-v2-
76-
7763 - name : Show nx cache status
7864 shell : bash
7965 run : |
9177 - name : Install dependencies
9278 run : pnpm install --frozen-lockfile
9379
80+ - name : Setup nx cache
81+ id : setup-nx-cache
82+ uses : actions/cache@v5
83+ with :
84+ path : |
85+ .nx/cache
86+ .nx/workspace-data/*.db
87+ .nx/workspace-data/*.db-wal
88+ .nx/workspace-data/*.db-shm
89+ key : ${{ runner.os }}-nx-v2-${{ github.workflow }}-${{ github.job }}-${{ github.sha }}-${{ github.run_attempt }}
90+ restore-keys : |
91+ ${{ runner.os }}-nx-v2-${{ github.workflow }}-${{ github.job }}-
92+ ${{ runner.os }}-nx-v2-
93+
9494 - name : Build
9595 working-directory : ./packages/devextreme
9696 run : pnpm exec nx build
@@ -159,20 +159,6 @@ jobs:
159159
160160 lookup-only : true
161161
162- - name : Setup nx cache
163- id : setup-nx-cache
164- uses : actions/cache@v5
165- with :
166- path : |
167- .nx/cache
168- .nx/workspace-data/*.db
169- .nx/workspace-data/*.db-wal
170- .nx/workspace-data/*.db-shm
171- key : ${{ runner.os }}-nx-v2-${{ github.workflow }}-${{ github.job }}-${{ github.sha }}-${{ github.run_attempt }}
172- restore-keys : |
173- ${{ runner.os }}-nx-v2-${{ github.workflow }}-${{ github.job }}-
174- ${{ runner.os }}-nx-v2-
175-
176162 - name : Show nx cache status
177163 shell : bash
178164 run : |
@@ -190,6 +176,20 @@ jobs:
190176 - name : Install dependencies
191177 run : pnpm install --frozen-lockfile
192178
179+ - name : Setup nx cache
180+ id : setup-nx-cache
181+ uses : actions/cache@v5
182+ with :
183+ path : |
184+ .nx/cache
185+ .nx/workspace-data/*.db
186+ .nx/workspace-data/*.db-wal
187+ .nx/workspace-data/*.db-shm
188+ key : ${{ runner.os }}-nx-v2-${{ github.workflow }}-${{ github.job }}-${{ github.sha }}-${{ github.run_attempt }}
189+ restore-keys : |
190+ ${{ runner.os }}-nx-v2-${{ github.workflow }}-${{ github.job }}-
191+ ${{ runner.os }}-nx-v2-
192+
193193 - name : Build
194194 working-directory : ./packages/devextreme
195195 run : pnpm exec nx build
@@ -245,20 +245,6 @@ jobs:
245245
246246 lookup-only : true
247247
248- - name : Setup nx cache
249- id : setup-nx-cache
250- uses : actions/cache@v5
251- with :
252- path : |
253- .nx/cache
254- .nx/workspace-data/*.db
255- .nx/workspace-data/*.db-wal
256- .nx/workspace-data/*.db-shm
257- key : ${{ runner.os }}-nx-v2-${{ github.workflow }}-${{ github.job }}-${{ github.sha }}-${{ github.run_attempt }}
258- restore-keys : |
259- ${{ runner.os }}-nx-v2-${{ github.workflow }}-${{ github.job }}-
260- ${{ runner.os }}-nx-v2-
261-
262248 - name : Show nx cache status
263249 shell : bash
264250 run : |
@@ -276,6 +262,20 @@ jobs:
276262 - name : Install dependencies
277263 run : pnpm install --frozen-lockfile
278264
265+ - name : Setup nx cache
266+ id : setup-nx-cache
267+ uses : actions/cache@v5
268+ with :
269+ path : |
270+ .nx/cache
271+ .nx/workspace-data/*.db
272+ .nx/workspace-data/*.db-wal
273+ .nx/workspace-data/*.db-shm
274+ key : ${{ runner.os }}-nx-v2-${{ github.workflow }}-${{ github.job }}-${{ github.sha }}-${{ github.run_attempt }}
275+ restore-keys : |
276+ ${{ runner.os }}-nx-v2-${{ github.workflow }}-${{ github.job }}-
277+ ${{ runner.os }}-nx-v2-
278+
279279 - name : Check texts
280280 working-directory : ./packages/devextreme
281281 run : pnpm exec nx lint-texts
@@ -372,20 +372,6 @@ jobs:
372372
373373 lookup-only : true
374374
375- - name : Setup nx cache
376- id : setup-nx-cache
377- uses : actions/cache@v5
378- with :
379- path : |
380- .nx/cache
381- .nx/workspace-data/*.db
382- .nx/workspace-data/*.db-wal
383- .nx/workspace-data/*.db-shm
384- key : ${{ runner.os }}-nx-v2-${{ github.workflow }}-${{ github.job }}-${{ github.sha }}-${{ github.run_attempt }}
385- restore-keys : |
386- ${{ runner.os }}-nx-v2-${{ github.workflow }}-${{ github.job }}-
387- ${{ runner.os }}-nx-v2-
388-
389375 - name : Show nx cache status
390376 shell : bash
391377 run : |
@@ -403,6 +389,20 @@ jobs:
403389 - name : Install dependencies
404390 run : pnpm install --frozen-lockfile
405391
392+ - name : Setup nx cache
393+ id : setup-nx-cache
394+ uses : actions/cache@v5
395+ with :
396+ path : |
397+ .nx/cache
398+ .nx/workspace-data/*.db
399+ .nx/workspace-data/*.db-wal
400+ .nx/workspace-data/*.db-shm
401+ key : ${{ runner.os }}-nx-v2-${{ github.workflow }}-${{ github.job }}-${{ github.sha }}-${{ github.run_attempt }}
402+ restore-keys : |
403+ ${{ runner.os }}-nx-v2-${{ github.workflow }}-${{ github.job }}-
404+ ${{ runner.os }}-nx-v2-
405+
406406 - name : Lint wrappers
407407 run : pnpm exec nx run-many -t lint -p devextreme-angular devextreme-react devextreme-vue
408408
0 commit comments