1
0
mirror of https://github.com/bitwarden/server synced 2025-12-15 15:53:59 +00:00

Ignore no tests error

This commit is contained in:
Justin Baur
2025-11-19 10:47:54 -05:00
parent 11d8471fcd
commit 6b5f7d297f

View File

@@ -3,6 +3,8 @@
<PropertyGroup>
<IsPackable>false</IsPackable>
<UserSecretsId>6570f288-5c2c-47ad-8978-f3da255079c2</UserSecretsId>
<!-- This project will not run any tests unless a databases are running and configured, so ignore the exit code that fails if 0 tests run -->
<TestingPlatformCommandLineArguments>$(TestingPlatformCommandLineArguments) --ignore-exit-code 8</TestingPlatformCommandLineArguments>
</PropertyGroup>
<ItemGroup>