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