Skip to content

Commit 15fbedd

Browse files
committed
CI: Run angular wrapper tests on ubuntu-latest (#31077)
1 parent d36a650 commit 15fbedd

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
@@ -61,9 +61,7 @@ jobs:
6161
DOTNET_CLI_TELEMETRY_OPTOUT: "true"
6262
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: "true"
6363
BUILD_INPROGRESS_RENOVATION: "true"
64-
run: |
65-
node ../../tools/scripts/performance_log.js &
66-
pnpx nx build:dev
64+
run: pnpx nx build:dev
6765

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

.github/workflows/testcafe_tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ jobs:
235235
[ "${{ matrix.ARGS.platform }}" != "" ] && PLATFORM="--platform ${{ matrix.ARGS.platform }}"
236236
all_args="--browsers=chrome:devextreme-shr2 --componentFolder ${{ matrix.ARGS.componentFolder }} $CONCURRENCY $INDICES $PLATFORM $THEME"
237237
echo "$all_args"
238-
node ../../tools/scripts/performance_log.js &
239238
pnpm run test $all_args
240239
241240
- name: Sanitize job name

.github/workflows/wrapper_tests.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,17 @@ jobs:
112112
fi
113113
114114
test:
115-
runs-on: devextreme-shr2
116115
timeout-minutes: 20
117116
needs: build
118117
strategy:
119118
fail-fast: false
120119
matrix:
121-
framework: [angular, react, vue]
120+
framework: [react, vue]
121+
runner: [devextreme-shr2]
122+
include:
123+
- runner: ubuntu-22.04
124+
framework: angular
125+
runs-on: ${{ matrix.runner }}
122126

123127
steps:
124128
- name: Get sources

0 commit comments

Comments
 (0)