Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

added missing files #125

added missing files

added missing files #125

Workflow file for this run

name: "Godot"
on: push
jobs:
execute-gut:
name: unit-test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Execute GUT Unit Test
uses: ceceppa/godot-gut-ci@main
with:
godot_version: 4.2.1
gut_params: -gdir=res://src/test/unit -gprefix=test_ -gsuffix=.gd
project_path: godot