File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -224,15 +224,21 @@ jobs:
224224 run : sbt "dist/pack" & bash -version
225225 shell : cmd
226226
227+ # skip while Windows runner is on Java 8, and we use jar launcher for Scala CLI
227228 - name : cygwin tests
229+ if : ${{ false }}
228230 run : ' "C:\Program Files\cygwin64\bin\bash" ./project/scripts/winCmdTests'
229231 shell : cmd
230232
233+ # skip while Windows runner is on Java 8, and we use jar launcher for Scala CLI
231234 - name : msys tests
235+ if : ${{ false }}
232236 run : ' "C:\Program Files\Git\bin\bash" ./project/scripts/winCmdTests'
233237 shell : cmd
234238
239+ # skip while Windows runner is on Java 8, and we use jar launcher for Scala CLI
235240 - name : win tests
241+ if : ${{ false }}
236242 run : ' ./project/scripts/winCmdTests.bat'
237243 shell : cmd
238244
You can’t perform that action at this time.
0 commit comments