Skip to content

Added scaleAnimTo

Added scaleAnimTo #673

Workflow file for this run

name: Unit tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
strategy:
matrix:
os: [windows-latest]
haxe: [4.3.3]
fail-fast: true
runs-on: windows-latest
steps:
# Checkout & install haxe
- uses: actions/checkout@v2
- uses: krdlab/setup-haxe@v1
with:
haxe-version: ${{ matrix.haxe }}
- run: haxe -version
# Install libs
- run: haxelib git castle https://github.com/deepnight/castle
- run: haxelib git hxnodejs https://github.com/HaxeFoundation/hxnodejs.git
- run: haxelib list
# Run tests
- run: haxe tests.js.hxml -D verbose