File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -116,8 +116,8 @@ jobs:
116116 # fatal: empty ident name (for <>) not allowed
117117 cmd /c "type $env:TEMP\patch.diff | git am || (exit /b 1)"
118118 # We require that releases of swift-format build without warnings
119- linux_build_command : swift test -Xswiftc -warnings-as-errors ${{ matrix.release && '-c release' }}
120- windows_build_command : swift test -Xswiftc -warnings-as-errors ${{ matrix.release && '-c release' }}
119+ linux_build_command : swift test -Xswiftc -warnings-as-errors ${{ matrix.release && '-c release' || '' }}
120+ windows_build_command : swift test -Xswiftc -warnings-as-errors ${{ matrix.release && '-c release' || '' }}
121121 create_tag :
122122 name : Create Tag
123123 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments