Ajout de l'image "test"
continuous-integration/drone/push Build encountered an error Details

pull/10/head
Pierre FERREIRA 2 years ago
parent 136f28366f
commit 744c193b47

@ -19,4 +19,15 @@ steps:
username:
from_secret: SECRET_REGISTRY_USERNAME
password:
from_secret: SECRET_REGISTRY_PASSWORD
from_secret: SECRET_REGISTRY_PASSWORD
# docker test
- name: tests
image: mcr.microsoft.com/dotnet/sdk:6.0
commands:
- cd Sources/
- dotnet restore LeagueOfLegends.sln
- dotnet test LeagueOfLegends.sln --no-restore
depends_on: [build]

Loading…
Cancel
Save