Skip to content

Commit bb166c9

Browse files
committed
temporarily skip windows batch script launcher tests on CI
1 parent bcdf5e7 commit bb166c9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)