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 43c7cdf commit 39a742cCopy full SHA for 39a742c
.github/workflows/build.yml
@@ -45,7 +45,7 @@ jobs:
45
export KSCRIPT_HOME="$GITHUB_WORKSPACE"
46
47
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
48
- ./test/linux_suite.sh
+ ./test/test_suite.sh
49
elif [[ "$OSTYPE" == "darwin"* ]]; then
50
kscript --help
51
kscript "println(1+1)"
0 commit comments