Skip to content

Commit

Permalink
chore: Run tests using .NET 8 SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 committed May 16, 2024
1 parent 6df9431 commit 601a3d7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions build/ci/.azure-devops-wasm-uitests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,13 +139,17 @@ jobs:
UITEST_TEST_TIMEOUT: '120s'
IS_RUNTIME_TESTS: false
IS_UI_TESTS: true
UnoDisableNetCurrentMobile: true
UnoDisableNetCurrent: true

net8_benchmarks:
SITE_SUFFIX: 'net8.0-WinUI'
UITEST_AUTOMATED_GROUP: 'Benchmarks'
UITEST_TEST_TIMEOUT: '15m'
IS_RUNTIME_TESTS: false
IS_UI_TESTS: true
UnoDisableNetCurrentMobile: true
UnoDisableNetCurrent: true

net8_uwp_runtimetests_group_00:
SITE_SUFFIX: 'net8.0-UWP'
Expand All @@ -155,6 +159,8 @@ jobs:
UITEST_RUNTIME_TEST_GROUP_COUNT: 3
IS_RUNTIME_TESTS: true
IS_UI_TESTS: false
UnoDisableNetCurrentMobile: true
UnoDisableNetCurrent: true

net8_uwp_runtimetests_group_01:
SITE_SUFFIX: 'net8.0-UWP'
Expand All @@ -164,6 +170,8 @@ jobs:
UITEST_RUNTIME_TEST_GROUP_COUNT: 3
IS_RUNTIME_TESTS: true
IS_UI_TESTS: false
UnoDisableNetCurrentMobile: true
UnoDisableNetCurrent: true

net8_uwp_runtimetests_group_02:
SITE_SUFFIX: 'net8.0-UWP'
Expand All @@ -173,6 +181,8 @@ jobs:
UITEST_RUNTIME_TEST_GROUP_COUNT: 3
IS_RUNTIME_TESTS: true
IS_UI_TESTS: false
UnoDisableNetCurrentMobile: true
UnoDisableNetCurrent: true

net8_winui_runtimetests_group_00:
SITE_SUFFIX: 'net8.0-WinUI'
Expand All @@ -182,6 +192,8 @@ jobs:
UITEST_RUNTIME_TEST_GROUP_COUNT: 3
IS_RUNTIME_TESTS: true
IS_UI_TESTS: false
UnoDisableNetCurrentMobile: true
UnoDisableNetCurrent: true

net8_winui_runtimetests_group_01:
SITE_SUFFIX: 'net8.0-WinUI'
Expand All @@ -191,6 +203,8 @@ jobs:
UITEST_RUNTIME_TEST_GROUP_COUNT: 3
IS_RUNTIME_TESTS: true
IS_UI_TESTS: false
UnoDisableNetCurrentMobile: true
UnoDisableNetCurrent: true

net8_winui_runtimetests_group_02:
SITE_SUFFIX: 'net8.0-WinUI'
Expand All @@ -200,6 +214,8 @@ jobs:
UITEST_RUNTIME_TEST_GROUP_COUNT: 3
IS_RUNTIME_TESTS: true
IS_UI_TESTS: false
UnoDisableNetCurrentMobile: true
UnoDisableNetCurrent: true

pool: ${{ parameters.poolName }}

Expand Down

0 comments on commit 601a3d7

Please sign in to comment.