This commit is contained in:
Paul Schneider
2021-05-11 20:52:39 +01:00
parent 5bbcf9cb29
commit 512495d10b
3 changed files with 32 additions and 20 deletions

View File

@ -22,7 +22,9 @@ build1:
nonreg:
stage: test
script:
- ASPNETCORE_ENVIRONMENT=Development dotnet test
- |
cd test/nuget.host.tests
ASPNETCORE_ENVIRONMENT=Development dotnet test
test2:
stage: test