added test.yml testrunner
This commit is contained in:
parent
7d95ec66b6
commit
2b6ddaffee
|
@ -0,0 +1,17 @@
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
- feature/*
|
||||||
|
- bugfix/*
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
comment:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: install haxe
|
||||||
|
run: ./make install
|
||||||
|
- name: transpile haxe into languages
|
||||||
|
run: ./make
|
||||||
|
- name: run tests
|
||||||
|
run: ./make runtest
|
Loading…
Reference in New Issue