Skip to content

Commit f50e1f5

Browse files
change build dev to systemjs
2 parents 71cf46c + 04d7f0b commit f50e1f5

4 files changed

Lines changed: 11 additions & 8 deletions

File tree

.github/workflows/qunit_tests.yml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
${{ runner.os }}-pnpm-store
5151
5252
- name: Install dependencies
53-
run: pnpm install
53+
run: pnpm install --frozen-lockfile
5454

5555
- name: Build
5656
working-directory: ./packages/devextreme
@@ -59,8 +59,7 @@ jobs:
5959
DEVEXTREME_TEST_CI: "true"
6060
DOTNET_CLI_TELEMETRY_OPTOUT: "true"
6161
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: "true"
62-
BUILD_INPROGRESS_RENOVATION: "true"
63-
run: pnpx nx build:dev
62+
run: pnpx nx build:systemjs
6463

6564
- name: Zip artifacts
6665
working-directory: ./packages/devextreme
@@ -84,7 +83,8 @@ jobs:
8483
matrix:
8584
CONSTEL: [
8685
export,
87-
misc,
86+
misc(1/2),
87+
misc(2/2),
8888
ui,
8989
ui.widgets(1/2),
9090
ui.widgets(2/2),
@@ -97,15 +97,20 @@ jobs:
9797
]
9898
TIMEZONE: ['']
9999
CSP: ['true']
100+
useJQuery: ['false']
100101
include:
101102
- CONSTEL: ui.scheduler(1/2)
102103
TIMEZONE: US/Pacific
103104
CSP: 'true'
104105
- CONSTEL: ui.scheduler(2/2)
105106
TIMEZONE: US/Pacific
106107
CSP: 'true'
107-
- CONSTEL: misc
108+
- CONSTEL: misc(1/2)
108109
CSP: 'false'
110+
useJQuery: 'true'
111+
- CONSTEL: misc(2/2)
112+
CSP: 'false'
113+
useJQuery: 'true'
109114

110115
steps:
111116
- name: Get sources
@@ -117,9 +122,7 @@ jobs:
117122
name: Constel ${{ matrix.CONSTEL }}${{ matrix.TIMEZONE != '' && format('-{0}', matrix.TIMEZONE) || '' }}${{ matrix.CSP == 'false' && '-no-csp' || '' }}
118123
constel: ${{ matrix.CONSTEL }}
119124
timezone: ${{ matrix.TIMEZONE }}
120-
browser: 'chrome'
121-
headless: 'true'
122-
useJQuery: 'false'
125+
useJQuery: ${{ matrix.useJQuery }}
123126
useCsp: ${{ matrix.CSP }}
124127

125128
notify:
50.7 KB
Loading
42 KB
Loading
25.6 KB
Loading

0 commit comments

Comments
 (0)