File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -49,23 +49,23 @@ jobs:
4949 elif [[ "$OSTYPE" == "darwin"* ]]; then
5050 ./gradlew clean build
5151 kscript --help
52- kscript "println(1+1)"
52+ kscript -d "println(1+1)"
5353 elif [[ "$OSTYPE" == "cygwin" ]]; then
5454 ./gradlew clean build
5555 kscript --help
56- kscript "println(1+1)"
56+ kscript -d "println(1+1)"
5757 elif [[ "$OSTYPE" == "msys" ]]; then
5858 ./gradlew clean build
5959 kscript --help
60- kscript "println(1+1)"
60+ kscript -d "println(1+1)"
6161 elif [[ "$OSTYPE" == "win32" ]]; then
6262 ./gradlew clean build
6363 kscript --help
64- kscript "println(1+1)"
64+ kscript -d "println(1+1)"
6565 elif [[ "$OSTYPE" == "freebsd"* ]]; then
6666 ./gradlew clean build
6767 kscript --help
68- kscript "println(1+1)"
68+ kscript -d "println(1+1)"
6969 else
7070 echo "Unknown OS"
7171 exit 1
You can’t perform that action at this time.
0 commit comments