Skip to content

Commit 4a10d95

Browse files
authored
CI: Run angular wrapper tests on ubuntu-22 (#31128)
1 parent 5cb032a commit 4a10d95

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.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)