This commit is contained in:
nicolas.dorier 2019-05-13 18:03:41 +09:00
parent cd6dd78759
commit 9d53888524
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE

View File

@ -2,7 +2,7 @@
set -e
dotnet test --filter Fast=Fast --no-build
dotnet test --filter Selenium=Selenium--no-build -v n
dotnet test --filter Selenium=Selenium --no-build -v n
dotnet test --filter Integration=Integration --no-build -v n
if [[ "$TESTS_RUN_EXTERNAL_INTEGRATION" == "true" ]]; then
dotnet test --filter ExternalIntegration=ExternalIntegration --no-build -v n