Skip to content

Commit ba852f8

Browse files
committed
testing sonar cube
1 parent a79de37 commit ba852f8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/unit-tests-srv.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ jobs:
5151
env_vars: OS,PYTHON
5252
name: codecov-umbrella
5353
fail_ci_if_error: true
54+
- name: Set working directory fir SonarCloud
55+
run: mkdir -p $GITHUB_WORKSPACE/.scannerwork && chmod -R 777 $GITHUB_WORKSPACE/.scannerwork
56+
5457
- name: SonarCloud Scan
5558
uses: SonarSource/sonarqube-scan-action@v4.1.0
5659
env:

0 commit comments

Comments
 (0)