Update '.drone.yml'
continuous-integration/drone/push Build is passing Details

master
Lilian BRETON 3 years ago
parent 197c52b8fc
commit 3b602d544c

@ -16,6 +16,6 @@ steps:
- name: tests - name: tests
image: mcr.microsoft.com/dotnet/sdk:6.0 image: mcr.microsoft.com/dotnet/sdk:6.0
commands: commands:
- cd ../ - cd myBlazorApp/
- dotnet restore myBlazorApp.sln - dotnet restore myBlazorApp.sln
- dotnet test myBlazorApp.sln --no-restore - dotnet test myBlazorApp.sln --no-restore
Loading…
Cancel
Save