diff --git a/.drone.yml b/.drone.yml index 82adb06..e8bb12e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,7 +17,6 @@ steps: - name: tests image: mcr.microsoft.com/dotnet/sdk:6.0 commands: - - cd ../ - - dotnet restore myBlazorApp.sln - - dotnet test myBlazorApp.sln --no-restore - + - cd ../ + - dotnet restore myBlazorApp.sln + - dotnet test myBlazorApp.sln --no-restore \ No newline at end of file