Revert "SQSCANGHA-28 Support passing args with spaces"
This reverts commit 16be80a080.
This commit is contained in:
committed by
csaba-feher-sonarsource
parent
e56fc172a4
commit
540792c588
5
.github/workflows/qa.yml
vendored
5
.github/workflows/qa.yml
vendored
@@ -19,13 +19,12 @@ jobs:
|
||||
- name: Run action with args
|
||||
uses: ./
|
||||
with:
|
||||
args: >-
|
||||
"-Dsonar.someArg=a value with spaces" -Dsonar.scanner.dumpToFile=./output.properties
|
||||
args: -Dsonar.someArg=aValue -Dsonar.scanner.dumpToFile=./output.properties
|
||||
env:
|
||||
SONAR_HOST_URL: http://not_actually_used
|
||||
- name: Assert
|
||||
run: |
|
||||
./test/assertFileContains ./output.properties "sonar.someArg=a value with spaces"
|
||||
./test/assertFileContains ./output.properties "sonar.someArg=aValue"
|
||||
projectBaseDirInputTest:
|
||||
name: >
|
||||
'projectBaseDir' input
|
||||
|
||||
Reference in New Issue
Block a user