fix github actions test error

This commit is contained in:
2021-07-12 17:04:37 -06:00
parent 3a55608450
commit 27fceb2ce9
2 changed files with 3 additions and 1 deletions

View File

@@ -192,7 +192,7 @@ class Macros {
conditionInterp.variables.set(flag, value);
}
try {
var conditionHScript = parser.parseString(Prelude.print(Prelude.convertToHScript(conditionStr)));
var conditionHScript = parser.parseString(Prelude.convertToHScript(conditionStr));
return if (Prelude.truthy(conditionInterp.execute(conditionHScript))) {
thenExp;
} else {

View File

@@ -3,6 +3,8 @@
KISS_TARGET=${KISS_TARGET:-$1}
KISS_TARGET=${KISS_TARGET:-interp}
haxelib dev kiss kiss
# If Travis is running tests, basic dependencies need to be installed
if [ ! -z "$CI_OS_NAME" ]
then