run-gut-tests-action/action.yml

21 lines
586 B
YAML
Raw Normal View History

2020-07-25 23:09:22 +02:00
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"
useContainer:
description: "Boolean value of whether or not to run container."
default: true
2021-02-12 01:03:58 +01:00
godotExecutable:
description: "Path of Godot binary to call when running GUT tests."
default: godot
2020-07-25 23:09:22 +02:00
directory:
description: "The name directory to run tests in."
runs:
using: "node12"
main: "dist/index.js"
branding:
icon: cpu
color: yellow