mirror of
https://github.com/yeslayla/run-gut-tests-action.git
synced 2025-01-14 04:53:40 +01:00
Joseph Manley
5af87a011e
Update test workflows Test Action: wget quiretly Test Action: Install for user Check condition on string Cleanup and update test action Run on runner: debug Run on runner: debug Run on runner: debug Run on runner: debug Run on runner: debug Run on runner: debug Run on runner: debug Run on runner: debug Run on runner: debug Run on runner: debug
18 lines
476 B
YAML
18 lines
476 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"
|
|
useContainer:
|
|
description: "Boolean value of whether or not to run container."
|
|
default: true
|
|
directory:
|
|
description: "The name directory to run tests in."
|
|
runs:
|
|
using: "node12"
|
|
main: "dist/index.js"
|
|
branding:
|
|
icon: cpu
|
|
color: yellow |