Skip to content

fix build script

fix build script #90

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.0.3
steps:
- uses: actions/checkout@v3
with:
lfs: true
submodules: true
- run: sh scripts/test.sh
timeout-minutes: 5