testing app settings for ci
This commit is contained in:
parent
cfd63fe68d
commit
9f338ca09f
1 changed files with 2 additions and 1 deletions
|
|
@ -14,7 +14,8 @@ nonreg:
|
||||||
- |
|
- |
|
||||||
echo "$CI_JOB_STAGE"
|
echo "$CI_JOB_STAGE"
|
||||||
cd test/isnd.tests/
|
cd test/isnd.tests/
|
||||||
ASPNETCORE_ENVIRONMENT=Development dotnet test
|
cp $ISND_TESTING_SETTINGS .
|
||||||
|
ASPNETCORE_ENVIRONMENT=Testing dotnet test
|
||||||
publish:
|
publish:
|
||||||
tags:
|
tags:
|
||||||
- dotnet
|
- dotnet
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue