mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2025-12-14 18:31:14 +00:00
Fix QA workflow
This commit is contained in:
parent
32fe32955b
commit
f60516bb77
1 changed files with 2 additions and 1 deletions
3
.github/workflows/qa.yml
vendored
3
.github/workflows/qa.yml
vendored
|
|
@ -270,7 +270,8 @@ jobs:
|
|||
run: |
|
||||
./test/assertFileExists ./test/example-project/.scannerwork/report-task.txt
|
||||
overrideSonarcloudUrlTest:
|
||||
name: 'SONARCLOUD_URL' is used
|
||||
name: >
|
||||
'SONARCLOUD_URL' is used
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ ubuntu-latest, windows-latest, macos-latest ]
|
||||
|
|
|
|||
Loading…
Reference in a new issue