testing app settings for ci

This commit is contained in:
2021-09-12 17:00:30 +01:00
parent cfd63fe68d
commit 9f338ca09f

View File

@ -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