Skip to content

Fix TickInterpolator error when above interpolated property in scene tree #171

Fix TickInterpolator error when above interpolated property in scene tree

Fix TickInterpolator error when above interpolated property in scene tree #171

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Godot
uses: chickensoft-games/setup-godot@v1
with:
version: 4.2.2
use-dotnet: false
include-templates: false
- name: Verify setup
run: godot --version
- name: Run tests
run: sh/test.sh