Skip to content

Commit 39a742c

Browse files
committed
Fix for build action.
1 parent 43c7cdf commit 39a742c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
export KSCRIPT_HOME="$GITHUB_WORKSPACE"
4646
4747
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
48-
./test/linux_suite.sh
48+
./test/test_suite.sh
4949
elif [[ "$OSTYPE" == "darwin"* ]]; then
5050
kscript --help
5151
kscript "println(1+1)"

0 commit comments

Comments
 (0)