We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa8072f commit 6287e83Copy full SHA for 6287e83
.github/workflows/main.yml
@@ -87,6 +87,8 @@ jobs:
87
haxelib --global update haxelib --quiet
88
haxelib install utest --quiet
89
haxelib install hxcpp --quiet
90
+ haxelib install lime --quiet
91
+ haxelib install openfl --quiet
92
haxelib dev gtween ${{ github.workspace }}
93
- name: Run Tests
94
working-directory: tests
@@ -100,6 +102,7 @@ jobs:
100
102
node bin/tests.js
101
103
haxe cpp.hxml
104
bin/tests/TestsMain-debug
105
+ haxelib run lime test neko
106
107
samples:
108
strategy:
0 commit comments