Skip to content

Commit 6762d4a

Browse files
committed
Enable msys test
1 parent 71e1018 commit 6762d4a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,9 @@ jobs:
157157
run: bash ./project/scripts/winCmdTests
158158
shell: cmd
159159

160-
# - name: msys tests
161-
# run: 'C:\Program Files\Git\bin\bash' ./project/scripts/winCmdTests
162-
# shell: cmd
160+
- name: msys tests
161+
run: 'C:\Program Files\Git\bin\bash ./project/scripts/winCmdTests'
162+
shell: cmd
163163

164164
- name: Scala.js Test
165165
run: sbt ";sjsJUnitTests/test ;sjsCompilerTests/test"

project/scripts/winCmdTests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ $PREFIX/bin/scalac @project/scripts/options "$SOURCE"
77
$PREFIX/bin/scalac -d out "$SOURCE"
88
$PREFIX/bin/scala -classpath out HelloWorld
99
$PREFIX/bin/scala -classpath out -J-Xmx512m HelloWorld
10-
mkdir -p _site && $PREFIX/bin/scaladoc -siteroot _site -project Hello "$SOURCE"
10+
mkdir -p _site && $PREFIX/bin/scaladoc -d _site -project Hello "$SOURCE"

0 commit comments

Comments
 (0)