Skip to content

add unit test class #92

add unit test class

add unit test class #92

Workflow file for this run

name: Test
on:
push:
branches: [master]
jobs:
tests:
name: Run Unit Tests
runs-on: ubuntu-latest
container:
image: barichello/godot-ci:4.1
steps:
- uses: actions/checkout@v3
with:
lfs: true
submodules: true
- run: sh scripts/test.sh
timeout-minutes: 5