1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-05 23:53:33 +00:00

Remove fallout from test run (#2332)

This commit is contained in:
Matt Bishop
2023-01-27 11:27:25 -05:00
committed by GitHub
parent 4ad5f5ae37
commit 8b08f906bd

View File

@@ -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