Skip to content

Commit 2f3d8f4

Browse files
run examples in bash
Co-authored-by: Alexandre Archambault <[email protected]>
1 parent 6243278 commit 2f3d8f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205
- name: Build binary
206206
run: ./mill copyTo cli.launcher ./scala-cli
207207
- name: Check examples
208-
run: ./scala-cli --jvm temurin:17 .github/scripts/check_examples.sc
208+
run: bash ./scala-cli --jvm temurin:17 .github/scripts/check_examples.sc
209209

210210
checks:
211211
timeout-minutes: 15

0 commit comments

Comments
 (0)