testing?
This commit is contained in:
parent
ffb7cad00a
commit
e5d3ba36cc
3 changed files with 15 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue