Skip to content

Commit

Permalink
Merge pull request #55 from WideSpectrumComputing/master
Browse files Browse the repository at this point in the history
chore: fixing sonarcloud
  • Loading branch information
akornich authored Mar 2, 2021
2 parents bdccc53 + e48f13a commit b4b1863
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/masterCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
-enableCodeCoverage YES
build
test
CODE_SIGN_IDENTITY=""
CODE_SIGN_IDENTITY="-"
CODE_SIGNING_REQUIRED=NO
# clean build

Expand All @@ -87,7 +87,7 @@ jobs:
-enableCodeCoverage YES
build
test
CODE_SIGN_IDENTITY=""
CODE_SIGN_IDENTITY="-"
CODE_SIGNING_REQUIRED=NO
# clean build

Expand All @@ -100,7 +100,7 @@ jobs:
-enableCodeCoverage YES
build
test
CODE_SIGN_IDENTITY=""
CODE_SIGN_IDENTITY="-"
CODE_SIGNING_REQUIRED=NO
# clean build

Expand All @@ -113,7 +113,7 @@ jobs:
-enableCodeCoverage YES
build
test
CODE_SIGN_IDENTITY=""
CODE_SIGN_IDENTITY="-"
CODE_SIGNING_REQUIRED=NO
# clean build

Expand All @@ -126,7 +126,7 @@ jobs:
-enableCodeCoverage YES
build
test
CODE_SIGN_IDENTITY=""
CODE_SIGN_IDENTITY="-"
CODE_SIGNING_REQUIRED=NO
# clean build

Expand Down

0 comments on commit b4b1863

Please sign in to comment.