Skip to content

Commit

Permalink
Execute ExternalIntegration tests after
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDorier committed May 2, 2019
1 parent e8abc11 commit b8f6cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BTCPayServer.Tests/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b8f6cf4

Please sign in to comment.