mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-25 15:41:02 -05:00
Minor fix(1) for TestCodebase [ARM]
This commit is contained in:
parent
adbb959358
commit
d56d1b7346
1 changed files with 1 additions and 1 deletions
|
@ -341,7 +341,7 @@ function TestCodebase() {
|
||||||
# Need to run PowerShell commands using pwsh -c, also exit with exit code from inner subshell
|
# Need to run PowerShell commands using pwsh -c, also exit with exit code from inner subshell
|
||||||
LINT_CMD=$(
|
LINT_CMD=$(
|
||||||
cd "$GITHUB_WORKSPACE/$TEST_CASE_FOLDER" || exit
|
cd "$GITHUB_WORKSPACE/$TEST_CASE_FOLDER" || exit
|
||||||
pwsh -c "($LINTER_COMMAND $FILE)"
|
pwsh -NoProfile -NoLogo -Command "$LINTER_COMMAND $FILE; if (\$Error.Count) { exit 1 }"
|
||||||
exit $? 2>&1
|
exit $? 2>&1
|
||||||
)
|
)
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue