Fix CI Pipeline: tests should be executed from the tests folder (with a lowercase t)

This commit is contained in:
runebaas 2020-08-13 17:47:28 +02:00
parent bd117e2595
commit d68ce459ef
No known key found for this signature in database
GPG key ID: 2677AF508D0300D6

View file

@ -17,7 +17,7 @@ Build:
- app - app
script: script:
- dotnet restore - dotnet restore
- dotnet test Tests - dotnet test tests
- dotnet publish --version-suffix $VERSION -r linux-x64 -c Release -o ./app ./src/Bot/ - dotnet publish --version-suffix $VERSION -r linux-x64 -c Release -o ./app ./src/Bot/
Package: Package: