Skip to content

Commit 467af0b

Browse files
committed
CI: Switch back to shr runner (#31421)
1 parent 11891c8 commit 467af0b

File tree

2 files changed

+4
-18
lines changed

2 files changed

+4
-18
lines changed

.github/workflows/ts_declarations.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
fi
6666
6767
validate-declarations:
68-
runs-on: ubuntu-latest
68+
runs-on: devextreme-shr2
6969
timeout-minutes: 60
7070
steps:
7171
- name: Get sources
@@ -76,11 +76,6 @@ jobs:
7676
with:
7777
node-version: '20'
7878

79-
- name: Set up .NET
80-
uses: actions/setup-dotnet@v4
81-
with:
82-
dotnet-version: 6.0.x
83-
8479
- uses: pnpm/action-setup@v3
8580
with:
8681
version: 9

.github/workflows/wrapper_tests.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: pnpx nx build
5757

5858
check-regenerate:
59-
runs-on: ubuntu-latest
59+
runs-on: devextreme-shr2
6060
timeout-minutes: 10
6161

6262
steps:
@@ -68,11 +68,6 @@ jobs:
6868
with:
6969
node-version: '20'
7070

71-
- name: Set up .NET
72-
uses: actions/setup-dotnet@v4
73-
with:
74-
dotnet-version: 6.0.x
75-
7671
- uses: pnpm/action-setup@v3
7772
with:
7873
version: 9
@@ -114,15 +109,11 @@ jobs:
114109
test:
115110
timeout-minutes: 20
116111
needs: build
112+
runs-on: devextreme-shr2
117113
strategy:
118114
fail-fast: false
119115
matrix:
120-
framework: [react, vue]
121-
runner: [devextreme-shr2]
122-
include:
123-
- runner: ubuntu-22.04
124-
framework: angular
125-
runs-on: ${{ matrix.runner }}
116+
framework: [angular, react, vue]
126117

127118
steps:
128119
- name: Get sources

0 commit comments

Comments
 (0)