Skip to content

Commit e149cdc

Browse files
committed
Remove obsolete testing runner files and views
1 parent dbc8806 commit e149cdc

30 files changed

+0
-2526
lines changed

.github/actions/run-qunit-tests/action.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,6 @@ runs:
8585
shell: bash
8686
run: pnpm install --frozen-lockfile
8787

88-
- name: Build dotnet
89-
working-directory: ./packages/devextreme
90-
shell: bash
91-
run: dotnet build build/build-dotnet.sln
92-
9388
- name: Run QUnit tests
9489
working-directory: ./packages/devextreme
9590
shell: bash

.github/workflows/qunit_tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ jobs:
6666
shell: bash
6767
env:
6868
DEVEXTREME_TEST_CI: "true"
69-
DOTNET_CLI_TELEMETRY_OPTOUT: "true"
70-
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: "true"
7169
run: pnpx nx build:systemjs
7270

7371
- name: Zip artifacts

packages/devextreme/build/build-dotnet.sln

Lines changed: 0 additions & 24 deletions
This file was deleted.

packages/devextreme/project.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -792,12 +792,6 @@
792792
{
793793
"env": "DEVEXTREME_TEST_CI"
794794
},
795-
{
796-
"env": "DOTNET_CLI_TELEMETRY_OPTOUT"
797-
},
798-
{
799-
"env": "DOTNET_SKIP_FIRST_TIME_EXPERIENCE"
800-
},
801795
"default",
802796
"test"
803797
],

packages/devextreme/testing/runner/.vscode/launch.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

packages/devextreme/testing/runner/.vscode/tasks.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)