Fix CI Pipeline: tests should be executed from the tests folder (with a lowercase t)
This commit is contained in:
parent
bd117e2595
commit
d68ce459ef
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue