Explorar o código

[ci] don't check for hl binary on ci

Aleksandr Kuzmenko %!s(int64=3) %!d(string=hai) anos
pai
achega
1ae252095c
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      tests/runci/targets/Hl.hx

+ 2 - 1
tests/runci/targets/Hl.hx

@@ -77,7 +77,8 @@ class Hl {
 		getHlDependencies();
 
 		var hlBinary = try {
-			runCommand(hlBinary);
+			if(!isCi())
+				runCommand(hlBinary);
 			hlBinary;
 		} catch(e:Failure) {
 			'hl';