Skip to content

Commit 2c936bd

Browse files
authored
💯 Fixed build test analyze pipeline
1 parent dc3a5ed commit 2c936bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_test_analyze.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
pip install 'python-keycloak==3.3.0' --user
4747
dotnet tool install --global dotnet-sonarscanner
4848
dotnet tool install --global Cake.Tool
49-
dotnet tool install --global JetBrains.dotCover.GlobalTool --version
49+
dotnet tool install --global JetBrains.dotCover.GlobalTool
5050
5151
# Build test and analyze the project
5252
- name: Build test and analyze the project

0 commit comments

Comments
 (0)