diff --git a/.drone.yml b/.drone.yml index 6b7c531..8b30910 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,8 +17,8 @@ steps: - name: tests image: mcr.microsoft.com/dotnet/sdk:6.0 commands: - - dotnet restore LeagueOfLegends.sln - - dotnet test LeagueOfLegends.sln --no-restore + - dotnet restore /drone/src/Sources/LeagueOfLegends.sln + - dotnet test /drone/src/Sources/LeagueOfLegends.sln --no-restore depends_on: [build] - name: code-analysis