run-gut-tests-action/action.yml
2020-07-25 17:49:44 -04:00

16 lines
389 B
YAML

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."
defaut: "."
runs:
using: "node12"
main: "dist/index.js"
branding:
icon: cpu
color: yellow