File tree Expand file tree Collapse file tree
apps/demos/testing/widgets/scheduler/etalons Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
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 :
You can’t perform that action at this time.
0 commit comments