Skip to content

Commit b1e8be3

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)