Skip to content

Commit 96edd7c

Browse files
authored
CI: Run angular wrapper tests on ubuntu-latest (#31077)
1 parent eee7918 commit 96edd7c

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
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

.github/workflows/wrapper_tests.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,17 @@ jobs:
110110
fi
111111
112112
test:
113-
runs-on: devextreme-shr2
114113
timeout-minutes: 20
115114
needs: build
116115
strategy:
117116
fail-fast: false
118117
matrix:
119-
framework: [angular, react, vue]
118+
framework: [react, vue]
119+
runner: [devextreme-shr2]
120+
include:
121+
- runner: ubuntu-22.04
122+
framework: angular
123+
runs-on: ${{ matrix.runner }}
120124

121125
steps:
122126
- name: Get sources

0 commit comments

Comments
 (0)