Skip to content

Commit 47fda5e

Browse files
no message
1 parent 2d3f211 commit 47fda5e

21 files changed

Lines changed: 607 additions & 1222 deletions

.github/actions/run-qunit-tests/action.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -90,20 +90,6 @@ runs:
9090
9191
lookup-only: true
9292

93-
- name: Setup nx cache
94-
id: setup-nx-cache
95-
uses: actions/cache@v5
96-
with:
97-
path: |
98-
.nx/cache
99-
.nx/workspace-data/*.db
100-
.nx/workspace-data/*.db-wal
101-
.nx/workspace-data/*.db-shm
102-
key: ${{ runner.os }}-nx-v2-${{ github.workflow }}-${{ github.job }}-${{ github.sha }}-${{ github.run_attempt }}
103-
restore-keys: |
104-
${{ runner.os }}-nx-v2-${{ github.workflow }}-${{ github.job }}-
105-
${{ runner.os }}-nx-v2-
106-
10793
- name: Show nx cache status
10894
shell: bash
10995
run: |
@@ -122,6 +108,20 @@ runs:
122108
shell: bash
123109
run: pnpm install --frozen-lockfile
124110

111+
- name: Setup nx cache
112+
id: setup-nx-cache
113+
uses: actions/cache@v5
114+
with:
115+
path: |
116+
.nx/cache
117+
.nx/workspace-data/*.db
118+
.nx/workspace-data/*.db-wal
119+
.nx/workspace-data/*.db-shm
120+
key: ${{ runner.os }}-nx-v2-${{ github.workflow }}-${{ github.job }}-${{ github.sha }}-${{ github.run_attempt }}
121+
restore-keys: |
122+
${{ runner.os }}-nx-v2-${{ github.workflow }}-${{ github.job }}-
123+
${{ runner.os }}-nx-v2-
124+
125125
- name: Run QUnit tests
126126
working-directory: ./packages/devextreme
127127
shell: bash

.github/workflows/build_all.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -67,20 +67,6 @@ jobs:
6767
6868
lookup-only: true
6969

70-
- name: Setup nx cache
71-
id: setup-nx-cache
72-
uses: actions/cache@v5
73-
with:
74-
path: |
75-
.nx/cache
76-
.nx/workspace-data/*.db
77-
.nx/workspace-data/*.db-wal
78-
.nx/workspace-data/*.db-shm
79-
key: ${{ runner.os }}-nx-v2-${{ github.workflow }}-${{ github.job }}-${{ github.sha }}-${{ github.run_attempt }}
80-
restore-keys: |
81-
${{ runner.os }}-nx-v2-${{ github.workflow }}-${{ github.job }}-
82-
${{ runner.os }}-nx-v2-
83-
8470
- name: Show nx cache status
8571
shell: bash
8672
run: |
@@ -98,6 +84,20 @@ jobs:
9884
- name: Install dependencies
9985
run: pnpm install --frozen-lockfile
10086

87+
- name: Setup nx cache
88+
id: setup-nx-cache
89+
uses: actions/cache@v5
90+
with:
91+
path: |
92+
.nx/cache
93+
.nx/workspace-data/*.db
94+
.nx/workspace-data/*.db-wal
95+
.nx/workspace-data/*.db-shm
96+
key: ${{ runner.os }}-nx-v2-${{ github.workflow }}-${{ github.job }}-${{ github.sha }}-${{ github.run_attempt }}
97+
restore-keys: |
98+
${{ runner.os }}-nx-v2-${{ github.workflow }}-${{ github.job }}-
99+
${{ runner.os }}-nx-v2-
100+
101101
- name: Build npm packages
102102
run: pnpm run all:build
103103

.github/workflows/default_workflow.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -63,20 +63,6 @@ jobs:
6363
6464
lookup-only: true
6565

66-
- name: Setup nx cache
67-
id: setup-nx-cache
68-
uses: actions/cache@v5
69-
with:
70-
path: |
71-
.nx/cache
72-
.nx/workspace-data/*.db
73-
.nx/workspace-data/*.db-wal
74-
.nx/workspace-data/*.db-shm
75-
key: ${{ runner.os }}-nx-v2-${{ github.workflow }}-${{ github.job }}-${{ github.sha }}-${{ github.run_attempt }}
76-
restore-keys: |
77-
${{ runner.os }}-nx-v2-${{ github.workflow }}-${{ github.job }}-
78-
${{ runner.os }}-nx-v2-
79-
8066
- name: Show nx cache status
8167
shell: bash
8268
run: |
@@ -94,6 +80,20 @@ jobs:
9480
- name: Install dependencies
9581
run: pnpm install --frozen-lockfile
9682

83+
- name: Setup nx cache
84+
id: setup-nx-cache
85+
uses: actions/cache@v5
86+
with:
87+
path: |
88+
.nx/cache
89+
.nx/workspace-data/*.db
90+
.nx/workspace-data/*.db-wal
91+
.nx/workspace-data/*.db-shm
92+
key: ${{ runner.os }}-nx-v2-${{ github.workflow }}-${{ github.job }}-${{ github.sha }}-${{ github.run_attempt }}
93+
restore-keys: |
94+
${{ runner.os }}-nx-v2-${{ github.workflow }}-${{ github.job }}-
95+
${{ runner.os }}-nx-v2-
96+
9797
- name: Run targets
9898
run: >
9999
pnpm exec nx run-many

.github/workflows/demos_unit_tests.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -76,20 +76,6 @@ jobs:
7676
7777
lookup-only: true
7878

79-
- name: Setup nx cache
80-
id: setup-nx-cache
81-
uses: actions/cache@v5
82-
with:
83-
path: |
84-
.nx/cache
85-
.nx/workspace-data/*.db
86-
.nx/workspace-data/*.db-wal
87-
.nx/workspace-data/*.db-shm
88-
key: ${{ runner.os }}-nx-v2-${{ github.workflow }}-${{ github.job }}-${{ github.sha }}-${{ github.run_attempt }}
89-
restore-keys: |
90-
${{ runner.os }}-nx-v2-${{ github.workflow }}-${{ github.job }}-
91-
${{ runner.os }}-nx-v2-
92-
9379
- name: Show nx cache status
9480
shell: bash
9581
run: |
@@ -107,6 +93,20 @@ jobs:
10793
- name: Install dependencies
10894
run: pnpm install --frozen-lockfile
10995

96+
- name: Setup nx cache
97+
id: setup-nx-cache
98+
uses: actions/cache@v5
99+
with:
100+
path: |
101+
.nx/cache
102+
.nx/workspace-data/*.db
103+
.nx/workspace-data/*.db-wal
104+
.nx/workspace-data/*.db-shm
105+
key: ${{ runner.os }}-nx-v2-${{ github.workflow }}-${{ github.job }}-${{ github.sha }}-${{ github.run_attempt }}
106+
restore-keys: |
107+
${{ runner.os }}-nx-v2-${{ github.workflow }}-${{ github.job }}-
108+
${{ runner.os }}-nx-v2-
109+
110110
- name: Run unit tests
111111
working-directory: apps/demos
112112
run: pnpm exec nx test

.github/workflows/lint.yml

Lines changed: 56 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -60,20 +60,6 @@ jobs:
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: |
@@ -91,6 +77,20 @@ jobs:
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

Comments
 (0)