We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b109829 commit e541f42Copy full SHA for e541f42
.github/workflows/ci.yaml
@@ -224,15 +224,21 @@ jobs:
224
run: sbt "dist/pack" & bash -version
225
shell: cmd
226
227
+ # skip while Windows runner is on Java 8, and we use jar launcher for Scala CLI
228
- name: cygwin tests
229
+ if: ${{ false }}
230
run: '"C:\Program Files\cygwin64\bin\bash" ./project/scripts/winCmdTests'
231
232
233
234
- name: msys tests
235
236
run: '"C:\Program Files\Git\bin\bash" ./project/scripts/winCmdTests'
237
238
239
240
- name: win tests
241
242
run: './project/scripts/winCmdTests.bat'
243
244
0 commit comments