Browse Source

"Fix" tests

see: https://github.com/HaxeFoundation/haxe/pull/9259/commits/54682cb1487cfa88c4f14e1abaed294028ba8804
Kevin Leung 3 years ago
parent
commit
8b673f439c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Earthfile

+ 1 - 0
Earthfile

@@ -174,6 +174,7 @@ test-environment-cpp:
     DO +INSTALL_PACKAGES --PACKAGES=$PACKAGES
     DO +INSTALL_PACKAGES --PACKAGES=$PACKAGES
     
     
 test:
 test:
+    ARG GITHUB_WORKSPACE=true # emulate github environment
     ARG TEST # macro, js, hl, cpp, java ,jvm, cs, php, python, lua, neko
     ARG TEST # macro, js, hl, cpp, java ,jvm, cs, php, python, lua, neko
     
     
     FROM +test-environment
     FROM +test-environment