Skip to content

Commit 6287e83

Browse files
committed
actions: run OpenFL tests
1 parent aa8072f commit 6287e83

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ jobs:
8787
haxelib --global update haxelib --quiet
8888
haxelib install utest --quiet
8989
haxelib install hxcpp --quiet
90+
haxelib install lime --quiet
91+
haxelib install openfl --quiet
9092
haxelib dev gtween ${{ github.workspace }}
9193
- name: Run Tests
9294
working-directory: tests
@@ -100,6 +102,7 @@ jobs:
100102
node bin/tests.js
101103
haxe cpp.hxml
102104
bin/tests/TestsMain-debug
105+
haxelib run lime test neko
103106
104107
samples:
105108
strategy:

0 commit comments

Comments
 (0)