File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 11version : 2
22jobs :
3+ test-debug-netcoreapp2.0 :
4+ working_directory : ~/GraphQL.Client/
5+ docker :
6+ - image : microsoft/dotnet:2-sdk
7+ steps :
8+ - checkout
9+ - run : dotnet test --configuration Debug --framework netcoreapp2.0 ./tests/GraphQL.Common.Tests/GraphQL.Common.Tests.csproj
10+ - run : dotnet test --configuration Debug --framework netcoreapp2.0 ./tests/GraphQL.Client.Tests/GraphQL.Client.Tests.csproj
311 test-debug :
412 working_directory : ~/GraphQL.Client/
513 docker :
@@ -64,9 +72,11 @@ workflows:
6472 version : 2
6573 build-test-and-deploy :
6674 jobs :
75+ - test-debug-netcoreapp2.0
6776 - test-debug
6877 - test-release
6978 - deploy :
7079 requires :
80+ - test-debug-netcoreapp2.0
7181 - test-debug
7282 - test-release
You can’t perform that action at this time.
0 commit comments