bad config file name

broken/ef
Paul Schneider 3 years ago
parent 290a3047b5
commit 225c8ef588
1 changed files with 1 additions and 1 deletions

@ -15,7 +15,7 @@ nonreg:
- | - |
echo "setting : $ISND_TESTING_SETTINGS" echo "setting : $ISND_TESTING_SETTINGS"
cd test/isnd.tests/ cd test/isnd.tests/
cp $ISND_TESTING_SETTINGS . cat $ISND_TESTING_SETTINGS > appsettings.Testing.json
ASPNETCORE_ENVIRONMENT=Testing dotnet test ASPNETCORE_ENVIRONMENT=Testing dotnet test
publish: publish:
tags: tags:

Loading…