Skip to content

Commit

Permalink
Enabling only MVC UI Tests to test test reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Nov 8, 2022
1 parent 8125eb0 commit 6b2df55
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/pr_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
#- name: Unit Tests
# run: |
# dotnet test -c Release --no-restore --no-build ./test/OrchardCore.Tests/OrchardCore.Tests.csproj
#- name: MVC UI Tests
# uses: Lombiq/GitHub-Actions/.github/actions/test-dotnet@issue/OSOE-408
# with:
# build-directory: test/OrchardCore.Tests.UI.Mvc
- name: MVC UI Tests
uses: Lombiq/GitHub-Actions/.github/actions/test-dotnet@issue/OSOE-408
with:
build-directory: test/OrchardCore.Tests.UI.Mvc
- name: Set up Azurite
uses: Lombiq/GitHub-Actions/.github/actions/setup-azurite@issue/OSOE-408
with:
Expand All @@ -58,19 +58,19 @@ jobs:
# with:
# build-directory: test/OrchardCore.Tests.UI
# MariaDB is an open-source drop-in replacement of MySQL, so we can use it instead.
- name: Set up MariaDB
# v1.13.0
uses: shogo82148/actions-setup-mysql@e9da98ba6e914131f3111105e445c06bc1629280
with:
distribution: "mariadb"
root-password: "test123"
- name: Create MariaDB database
shell: pwsh
run: |
mysql --user=root --password=test123 --host=127.0.0.1 --execute="CREATE DATABASE mariadb"
- name: CMS UI Tests - MySql
uses: Lombiq/GitHub-Actions/.github/actions/test-dotnet@issue/OSOE-408
env:
OrchardCore__UITestingCIDatabaseProvider: "MySql"
with:
build-directory: test/OrchardCore.Tests.UI
#- name: Set up MariaDB
# # v1.13.0
# uses: shogo82148/actions-setup-mysql@e9da98ba6e914131f3111105e445c06bc1629280
# with:
# distribution: "mariadb"
# root-password: "test123"
#- name: Create MariaDB database
# shell: pwsh
# run: |
# mysql --user=root --password=test123 --host=127.0.0.1 --execute="CREATE DATABASE mariadb"
#- name: CMS UI Tests - MySql
# uses: Lombiq/GitHub-Actions/.github/actions/test-dotnet@issue/OSOE-408
# env:
# OrchardCore__UITestingCIDatabaseProvider: "MySql"
# with:
# build-directory: test/OrchardCore.Tests.UI

0 comments on commit 6b2df55

Please sign in to comment.