Skip to content

Commit e541f42

Browse files
bishaboshahamzaremmal
authored andcommitted
temporarily skip windows batch script launcher tests on CI
1 parent b109829 commit e541f42

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
@@ -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

0 commit comments

Comments
 (0)