diff options
| -rw-r--r-- | .github/workflows/main.yml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index 35c0c18..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,26 +0,0 @@ -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.6 --global - lix download - npm ci - haxelib install tests.hxml --always - - - name: Test - run: | - haxe tests.hxml |
