Allow user to change executable path

This commit is contained in:
2021-02-11 19:03:58 -05:00
parent 5af87a011e
commit 2c73dad9ae
4 changed files with 14 additions and 4 deletions

View File

@@ -8,6 +8,9 @@ inputs:
useContainer:
description: "Boolean value of whether or not to run container."
default: true
godotExecutable:
description: "Path of Godot binary to call when running GUT tests."
default: godot
directory:
description: "The name directory to run tests in."
runs: