testing?
This commit is contained in:
@ -22,13 +22,15 @@ build1:
|
||||
nonreg:
|
||||
stage: test
|
||||
script:
|
||||
- dotnet test
|
||||
- dotnet user-secrets set ConnectionStrings:DefaultConnection "$TESTDBCXSTRING" --project test/nuget.host.tests/
|
||||
- ASPNETCORE_ENVIRONMENT=Development dotnet test
|
||||
|
||||
test2:
|
||||
stage: test
|
||||
script:
|
||||
- echo "Do another parallel test here"
|
||||
- echo "For example run a lint test"
|
||||
-
|
||||
|
||||
publish:
|
||||
stage: deploy
|
||||
|
Reference in New Issue
Block a user