Add uuids for better reconection #40
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: [push, pull_request] | |
jobs: | |
test: | |
runs-on: ${{matrix.os}} | |
strategy: | |
matrix: | |
os: [ubuntu-latest, macos-latest, windows-latest] | |
fail-fast: false | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Setup | |
run: | | |
node -v | |
npm install --global lix | |
lix install haxe 4.3.5 --global | |
lix download | |
npm ci | |
haxelib install tests.hxml --always | |
- name: Test | |
run: | | |
haxe tests.hxml |