testing app settings for ci

broken/ef
Paul Schneider 3 years ago
parent cfd63fe68d
commit 9f338ca09f
1 changed files with 2 additions and 1 deletions

@ -14,7 +14,8 @@ nonreg:
- |
echo "$CI_JOB_STAGE"
cd test/isnd.tests/
ASPNETCORE_ENVIRONMENT=Development dotnet test
cp $ISND_TESTING_SETTINGS .
ASPNETCORE_ENVIRONMENT=Testing dotnet test
publish:
tags:
- dotnet

Loading…