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

Implement windows build through command line #126

Implement windows build through command line

Implement windows build through command line #126

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