install hxnodejs when testing

This commit is contained in:
2023-04-29 21:13:20 -06:00
parent c5be6493c0
commit 5fa52bf8e0

View File

@@ -1,5 +1,9 @@
#! /bin/bash
if [ -n "$CI_OS_NAME" ]; then
lix install haxelib:hxnodejs
fi
# Run these tests on every target that could be used for a NAT front-end
haxe test.hxml py.hxml &&
haxe test.hxml js.hxml &&