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:
233
233
run : sbt "dist/pack" & bash -version
234
234
shell : cmd
235
235
236
+ # skip while Windows runner is on Java 8, and we use jar launcher for Scala CLI
236
237
- name : cygwin tests
238
+ if : ${{ false }}
237
239
run : ' "C:\Program Files\cygwin64\bin\bash" ./project/scripts/winCmdTests'
238
240
shell : cmd
239
241
242
+ # skip while Windows runner is on Java 8, and we use jar launcher for Scala CLI
240
243
- name : msys tests
244
+ if : ${{ false }}
241
245
run : ' "C:\Program Files\Git\bin\bash" ./project/scripts/winCmdTests'
242
246
shell : cmd
243
247
248
+ # skip while Windows runner is on Java 8, and we use jar launcher for Scala CLI
244
249
- name : win tests
250
+ if : ${{ false }}
245
251
run : ' ./project/scripts/winCmdTests.bat'
246
252
shell : cmd
247
253
You can’t perform that action at this time.
0 commit comments