Execute ExternalIntegration tests after

This commit is contained in:
nicolas.dorier 2019-05-02 15:29:59 +09:00
parent e8abc1137b
commit b8f6cf4f23

View file

@ -2,7 +2,7 @@
set -e
dotnet test --filter Fast=Fast --no-build
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
fi
dotnet test --filter Integration=Integration --no-build -v n