Browse Source

Remove fallout from test run (#2332)

github-services/pull/2335/head
Matt Bishop 3 years ago committed by GitHub
parent
commit
8b08f906bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/build.yml

2
.github/workflows/build.yml

@ -148,7 +148,7 @@ jobs: @@ -148,7 +148,7 @@ jobs:
shell: pwsh
- name: Run Core tests
run: dotnet test test/Core.Test/Core.Test.csproj --logger "trx;LogFileName=test-results.trx" || true
run: dotnet test test/Core.Test/Core.Test.csproj --logger "trx;LogFileName=test-results.trx"
shell: pwsh
- name: Report test results

Loading…
Cancel
Save