Skip to content

Commit f2e56a3

Browse files
committed
try again
1 parent 71e358c commit f2e56a3

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,17 @@ jobs:
5656
##################################################
5757
# Tests
5858
##################################################
59-
59+
6060
- name: Build bare test
6161
run: |
62-
echo "Building baertest"
63-
haxe tests/bare/test.hxml
64-
62+
echo "Building bare test"
63+
cd tests/bare/
64+
haxe test.hxml
65+
cd ../../
66+
6567
- name: Build unit tests
6668
run: |
6769
echo "Building unit tests"
68-
haxe tests/bare/test.hxml
70+
cd tests/unit/
71+
haxe tests/unit/test.hxml
72+
cd ../../

0 commit comments

Comments
 (0)