mirror of
https://github.com/yeslayla/run-gut-tests-action.git
synced 2025-12-06 09:13:25 +01:00
Intial commit
This commit is contained in:
16
action.yml
Normal file
16
action.yml
Normal 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
|
||||
Reference in New Issue
Block a user