Intial commit

This commit is contained in:
2020-07-25 17:09:22 -04:00
commit 8f3b8cf989
69 changed files with 41423 additions and 0 deletions

16
action.yml Normal file
View File

@@ -0,0 +1,16 @@
name: "Run GUT Tests"
description: "Run GUT tests for a Godot project"
author: "josephbmanley"
inputs:
containerImage:
description: "The container to run tests inside of."
default: "barichello/godot-ci:latest"
directory:
description: "The name directory to run tests in."
required: false
runs:
using: "node12"
main: "dist/index.js"
branding:
icon: cpu
color: yellow