File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 60
60
DOTNET_CLI_TELEMETRY_OPTOUT : " true"
61
61
DOTNET_SKIP_FIRST_TIME_EXPERIENCE : " true"
62
62
BUILD_INPROGRESS_RENOVATION : " true"
63
- run : |
64
- node ../../tools/scripts/performance_log.js &
65
- pnpx nx build:dev
63
+ run : pnpx nx build:dev
66
64
67
65
- name : Zip artifacts
68
66
working-directory : ./packages/devextreme
Original file line number Diff line number Diff line change @@ -231,7 +231,6 @@ jobs:
231
231
[ "${{ matrix.ARGS.platform }}" != "" ] && PLATFORM="--platform ${{ matrix.ARGS.platform }}"
232
232
all_args="--browsers=chrome:devextreme-shr2 --componentFolder ${{ matrix.ARGS.componentFolder }} $CONCURRENCY $INDICES $PLATFORM $THEME"
233
233
echo "$all_args"
234
- node ../../tools/scripts/performance_log.js &
235
234
pnpm run test $all_args
236
235
237
236
- name : Sanitize job name
You can’t perform that action at this time.
0 commit comments