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

pull/1/head
Théo DUPIN 2 years ago
parent d2cfa9f3eb
commit e8ba619090

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

Loading…
Cancel
Save