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

master
Lilian BRETON 2 years ago
parent 3b602d544c
commit 809bb499e2

@ -18,4 +18,5 @@ steps:
commands:
- cd myBlazorApp/
- dotnet restore myBlazorApp.sln
- dotnet test myBlazorApp.sln --no-restore
- dotnet test myBlazorApp.sln --no-restore
depends_on: [build]
Loading…
Cancel
Save