Merge branch 'master' of https://codefirst.iut.uca.fr/git/theo.dupin/Entity_Framework_Theo
continuous-integration/drone/push Build is failing Details

pull/1/head
Théo DUPIN 2 years ago
commit e8e062a0c8

@ -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