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