소스 검색

"Fix" tests

see: https://github.com/HaxeFoundation/haxe/pull/9259/commits/54682cb1487cfa88c4f14e1abaed294028ba8804
Kevin Leung 3 년 전
부모
커밋
8b673f439c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Earthfile

+ 1 - 0
Earthfile

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