Skip to content

Commit a59d844

Browse files
authored
Update build-and-dockerize.yml
1 parent b1e8be3 commit a59d844

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ jobs:
4646
- name: Migrate DB
4747
run: |
4848
dotnet tool install --global dotnet-ef
49-
dotnet tool restore
50-
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
5150
- name: Test
5251
run: dotnet test --configuration Release --no-restore --no-build --verbosity normal --collect:"XPlat Code Coverage"
5352
- name: Report Codecov

0 commit comments

Comments
 (0)