File tree Expand file tree Collapse file tree 7 files changed +6
-73
lines changed Expand file tree Collapse file tree 7 files changed +6
-73
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,6 @@ runs:
141141 DISPLAY : " :99"
142142 CHROME_CMD : ${{ env.CHROME_SHELL }}
143143 run : |
144- node ../../tools/scripts/performance_log.js &
145144 chmod +x ./docker-ci.sh
146145 ./docker-ci.sh
147146
Original file line number Diff line number Diff line change 5757 run : pnpm install
5858
5959 - name : DevExtreme - Build
60- shell : bash
61- run : |
62- node ./tools/scripts/performance_log.js &
63- pnpx nx build devextreme
60+ run : pnpx nx build devextreme
6461
6562 testcafe :
6663 needs :
@@ -141,9 +138,7 @@ jobs:
141138 # DISABLE_DEMO_TEST_SETTINGS: ignore # Uncomment to ignore the `ignore` field
142139 # DISABLE_DEMO_TEST_SETTINGS: comparison-options # Uncomment to ignore the `comparison-options` field
143140 CI_ENV : true # The `ignore` field in the visualtestrc.json should be disabled when running test locally
144- run : |
145- node ../../tools/scripts/performance_log.js &
146- pnpx nx test-testcafe
141+ run : pnpx nx test-testcafe
147142
148143 - name : Show accessibility warnings
149144 if : matrix.STRATEGY == 'accessibility'
Original file line number Diff line number Diff line change @@ -496,7 +496,6 @@ jobs:
496496 python -m http.server 8083 &
497497
498498 - name : Run TestCafe tests
499- shell : bash
500499 working-directory : apps/demos
501500 env :
502501 CHANGEDFILEINFOSPATH : changed-files.json
@@ -510,9 +509,7 @@ jobs:
510509 # DISABLE_DEMO_TEST_SETTINGS: ignore # Uncomment to ignore the `ignore` field
511510 # DISABLE_DEMO_TEST_SETTINGS: comparison-options # Uncomment to ignore the `comparison-options` field
512511 CI_ENV : true # The `ignore` field in the visualtestrc.json should be disabled when running test locally
513- run : |
514- node ../../tools/scripts/performance_log.js &
515- pnpx nx test-testcafe
512+ run : pnpx nx test-testcafe
516513
517514 - name : Sanitize job name
518515 if : ${{ failure() }}
Original file line number Diff line number Diff line change 5959 DOTNET_CLI_TELEMETRY_OPTOUT : " true"
6060 DOTNET_SKIP_FIRST_TIME_EXPERIENCE : " true"
6161 working-directory : ./packages/devextreme
62- run : |
63- node ../../tools/scripts/performance_log.js &
64- pnpm nx build:systemjs
62+ run : pnpm nx build:systemjs
6563
6664 - name : Zip artifacts
6765 working-directory : ./packages/devextreme
Original file line number Diff line number Diff line change @@ -55,15 +55,12 @@ jobs:
5555
5656 - name : Build
5757 working-directory : ./packages/devextreme
58- shell : bash
5958 env :
6059 DEVEXTREME_TEST_CI : " true"
6160 DOTNET_CLI_TELEMETRY_OPTOUT : " true"
6261 DOTNET_SKIP_FIRST_TIME_EXPERIENCE : " true"
6362 BUILD_INPROGRESS_RENOVATION : " true"
64- run : |
65- node ../../tools/scripts/performance_log.js &
66- pnpx nx build:dev
63+ run : pnpx nx build:dev
6764
6865 - name : Zip artifacts
6966 working-directory : ./packages/devextreme
Original file line number Diff line number Diff line change 5858 run : pnpm install
5959
6060 - name : Build
61- shell : bash
62- run : |
63- node ./tools/scripts/performance_log.js &
64- pnpx nx build devextreme
61+ run : pnpx nx build devextreme
6562
6663 - name : Zip artifacts
6764 working-directory : ./packages/devextreme
@@ -235,7 +232,6 @@ jobs:
235232 [ "${{ matrix.ARGS.platform }}" != "" ] && PLATFORM="--platform ${{ matrix.ARGS.platform }}"
236233 all_args="--browsers=chrome:devextreme-shr2 --componentFolder ${{ matrix.ARGS.componentFolder }} $CONCURRENCY $INDICES $PLATFORM $THEME"
237234 echo "$all_args"
238- node ../../tools/scripts/performance_log.js &
239235 pnpm run test $all_args
240236
241237 - name : Sanitize job name
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments