Update '.drone.yml'
continuous-integration/drone/push Build is passing Details

pull/68/head
Rémi LAVERGNE 2 years ago
parent 6c70f84887
commit 672f75df3a

@ -20,7 +20,7 @@ steps:
- name: tests
image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui:latest
commands:
- cd Source/GameAtlas/
- cd Sources/GameAtlas/
- dotnet restore GameAtlas.sln
- dotnet test GameAtlas.sln --logger trx --no-restore /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura --collect "XPlat Code Coverage"
depends_on: [build]

Loading…
Cancel
Save