Skip to content

Commit 2327714

Browse files
authored
Add --no-build option to EF database update command
1 parent c78a8cf commit 2327714

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-dockerize.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Migrate DB
4747
run: |
4848
dotnet tool restore
49-
dotnet ef database update --startup-project BervProject.WebApi.Boilerplate --project BervProject.WebApi.Boilerplate
49+
dotnet ef database update --startup-project BervProject.WebApi.Boilerplate --project BervProject.WebApi.Boilerplate --no-build
5050
- name: Test
5151
run: dotnet test --configuration Release --no-restore --no-build --verbosity normal --collect:"XPlat Code Coverage"
5252
- name: Report Codecov

0 commit comments

Comments
 (0)