Mise à jour de '.drone.yml'
continuous-integration/drone/push Build is failing Details

pull/1/head
Théo DUPIN 2 years ago
parent 43930e378c
commit fcf7b55b24

@ -17,8 +17,8 @@ steps:
- name: tests
image: mcr.microsoft.com/dotnet/sdk:6.0
commands:
- dotnet restore LeagueOfLegends.sln
- dotnet test LeagueOfLegends.sln --no-restore
- dotnet restore /drone/src/Sources/LeagueOfLegends.sln
- dotnet test /drone/src/Sources/LeagueOfLegends.sln --no-restore
depends_on: [build]
- name: code-analysis

Loading…
Cancel
Save