Skip to content
Merged
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
8 changes: 4 additions & 4 deletions .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ jobs:
# ------------------------------------------------------------------------------------------------------
# Run .Net Framework tests using powershell and publish the results
# ------------------------------------------------------------------------------------------------------
- name: Run tests for Ginger .NetFramework *Test Dlls for Windows
if: (success() || failure()) && (runner.os == 'Windows') # run this step even if previous step failed and if the OS is Windows
run: powershell -file "TestDotNetFrameworkGithub.ps1"
# - name: Run tests for Ginger .NetFramework *Test Dlls for Windows
# if: (success() || failure()) && (runner.os == 'Windows') # run this step even if previous step failed and if the OS is Windows
# run: powershell -file "TestDotNetFrameworkGithub.ps1"

# ------------------------------------------------------------------------------------------------------
# Run Standalone CLI Test
Expand Down Expand Up @@ -171,4 +171,4 @@ jobs:
path: "**/*.trx" # Path to test results
reporter: dotnet-trx # Format of test results



Loading