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