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 - name: tests
image: mcr.microsoft.com/dotnet/sdk:6.0 image: mcr.microsoft.com/dotnet/sdk:6.0
commands: commands:
- cd Sources - dotnet /drone/src/Sources/LeagueOfLegends.sln
- dotnet LeagueOfLegends.sln - dotnet test /drone/src/Sources/LeagueOfLegends.sln --no-restore
- dotnet test LeagueOfLegends.sln --no-restore
depends_on: [build] depends_on: [build]
- name: code-analysis - name: code-analysis

Loading…
Cancel
Save