From 672f75df3a737e4e2b4fac7007310ae97b7fcd6b Mon Sep 17 00:00:00 2001 From: Remi LAVERGNE Date: Tue, 6 Jun 2023 16:47:13 +0200 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f3fe86b..995971f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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]