Skip to content

Commit 40ef061

Browse files
committed
ci: fix build workflow
1 parent 4e23117 commit 40ef061

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
8989
- name: Test
9090
shell: bash
91-
run: dotnet dotCover cover-dotnet --ReportType=HTML --Output=dotCover.Output.html -- test --nologo --no-build Be.Vlaanderen.Basisregisters.Api.sln
91+
run: dotCover cover-dotnet --ReportType=HTML --Output=dotCover.Output.html -- test --nologo --no-build Be.Vlaanderen.Basisregisters.Api.sln
9292

9393
- name: Sonar end build & analyze
9494
env:

0 commit comments

Comments
 (0)