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:
116
116
# fatal: empty ident name (for <>) not allowed
117
117
cmd /c "type $env:TEMP\patch.diff | git am || (exit /b 1)"
118
118
# 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' || '' }}
121
121
create_tag :
122
122
name : Create Tag
123
123
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments