Skip to content

Attempt to fix tests that run C# #107

Attempt to fix tests that run C#

Attempt to fix tests that run C# #107

Workflow file for this run

on:
push:
branches:
- development
pull_request:
branches:
- development
jobs:
build_ubuntu:
runs-on: ubuntu-20.04
name: Test on Ubuntu (GCC)
steps:
- uses: krdlab/setup-haxe@v1
with:
haxe-version: latest
- name: Checkout
uses: actions/checkout@v3
- name: Setup GCC
uses: egor-tensin/setup-gcc@v1
with:
version: latest
platform: x64
- name: Setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
5.0.x
- name: Install & Check Haxe
run: haxe -version
- name: Install Reflaxe
run: haxelib git reflaxe https://github.com/RobertBorghese/reflaxe.git
- name: Run Tests
run: haxe Test.hxml