Skip to content

Commit 8d22b54

Browse files
committed
💯 Fixed build and analyze pipeline
1 parent ee28ee6 commit 8d22b54

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
@@ -48,7 +48,7 @@ jobs:
4848
pip install 'python-keycloak==3.3.0' --user
4949
dotnet tool install --global dotnet-sonarscanner
5050
dotnet tool install --global Cake.Tool
51-
dotnet tool install --global JetBrains.dotCover.GlobalTool
51+
dotnet tool install --global JetBrains.dotCover.GlobalTool --version 2022.1.2
5252
5353
# Build test and analyze the project
5454
- name: Build test and analyze the project

0 commit comments

Comments
 (0)