Update .gitlab-ci.yml

EFCore3_Reforged
Marc CHEVALDONNE 5 years ago
parent b6a228fc40
commit e9eb3977e8

@ -21,5 +21,6 @@ test:
script:
- cd ./p08_BDD_EntityFramework/ex_041_004_UnitTests_w_InMemory
- dotnet test --no-restore
- cd ./p08_BDD_EntityFramework/ex_041_004_UnitTests_w_SQLiteInMemory
- cd ../..
- cd ./p08_BDD_EntityFramework/ex_041_004_UnitTests_w_SQLiteInMemory
- dotnet test --no-restore
Loading…
Cancel
Save