Skip to content

Commit 6d40b91

Browse files
committed
Remove performance log calls
1 parent 0089558 commit 6d40b91

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/qunit_tests-renovation.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,7 @@ jobs:
6060
DOTNET_CLI_TELEMETRY_OPTOUT: "true"
6161
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: "true"
6262
BUILD_INPROGRESS_RENOVATION: "true"
63-
run: |
64-
node ../../tools/scripts/performance_log.js &
65-
pnpx nx build:dev
63+
run: pnpx nx build:dev
6664

6765
- name: Zip artifacts
6866
working-directory: ./packages/devextreme

.github/workflows/testcafe_tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ jobs:
231231
[ "${{ matrix.ARGS.platform }}" != "" ] && PLATFORM="--platform ${{ matrix.ARGS.platform }}"
232232
all_args="--browsers=chrome:devextreme-shr2 --componentFolder ${{ matrix.ARGS.componentFolder }} $CONCURRENCY $INDICES $PLATFORM $THEME"
233233
echo "$all_args"
234-
node ../../tools/scripts/performance_log.js &
235234
pnpm run test $all_args
236235
237236
- name: Sanitize job name

0 commit comments

Comments
 (0)