Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions .github/workflows/ts_declarations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
fi

validate-declarations:
runs-on: ubuntu-latest
runs-on: devextreme-shr2
timeout-minutes: 60
steps:
- name: Get sources
Expand All @@ -76,11 +76,6 @@ jobs:
with:
node-version: '20'

- name: Set up .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.x

- uses: pnpm/action-setup@v3
with:
version: 9
Expand Down
15 changes: 3 additions & 12 deletions .github/workflows/wrapper_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: pnpx nx build

check-regenerate:
runs-on: ubuntu-latest
runs-on: devextreme-shr2
timeout-minutes: 10

steps:
Expand All @@ -68,11 +68,6 @@ jobs:
with:
node-version: '20'

- name: Set up .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.x

- uses: pnpm/action-setup@v3
with:
version: 9
Expand Down Expand Up @@ -114,15 +109,11 @@ jobs:
test:
timeout-minutes: 20
needs: build
runs-on: devextreme-shr2
strategy:
fail-fast: false
matrix:
framework: [react, vue]
runner: [devextreme-shr2]
include:
- runner: ubuntu-22.04
framework: angular
runs-on: ${{ matrix.runner }}
framework: [angular, react, vue]

steps:
- name: Get sources
Expand Down
Loading