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 @@ -233,15 +233,21 @@ jobs:
233233 run : sbt "dist/pack" & bash -version
234234 shell : cmd
235235
236+ # skip while Windows runner is on Java 8, and we use jar launcher for Scala CLI
236237 - name : cygwin tests
238+ if : ${{ false }}
237239 run : ' "C:\Program Files\cygwin64\bin\bash" ./project/scripts/winCmdTests'
238240 shell : cmd
239241
242+ # skip while Windows runner is on Java 8, and we use jar launcher for Scala CLI
240243 - name : msys tests
244+ if : ${{ false }}
241245 run : ' "C:\Program Files\Git\bin\bash" ./project/scripts/winCmdTests'
242246 shell : cmd
243247
248+ # skip while Windows runner is on Java 8, and we use jar launcher for Scala CLI
244249 - name : win tests
250+ if : ${{ false }}
245251 run : ' ./project/scripts/winCmdTests.bat'
246252 shell : cmd
247253
You can’t perform that action at this time.
0 commit comments