Update .gitlab-ci.yml

EFCore3_Reforged
Marc CHEVALDONNE 5 years ago
parent 1b0a119770
commit b6a228fc40

@ -17,6 +17,9 @@ build:
test:
stage: test
tags:
- uwp
- docker
script:
- dotnet test
- cd ./p08_BDD_EntityFramework/ex_041_004_UnitTests_w_InMemory
- dotnet test --no-restore
- cd ./p08_BDD_EntityFramework/ex_041_004_UnitTests_w_SQLiteInMemory
- dotnet test --no-restore
Loading…
Cancel
Save