added test.yml testrunner

This commit is contained in:
Coder of Salvation / Leon van Kammen 2023-03-09 21:41:57 +01:00 committed by GitHub
parent 7d95ec66b6
commit 2b6ddaffee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

17
.github/workflows/test.yml vendored Normal file
View File

@ -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