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

@@ -30,6 +30,11 @@ steps:
Boolean value of whether or not to run container. Defaults to `true`
#### godotExecutable
Path of Godot binary to call when running GUT tests. Defaults to `godot`
## Configure GUT
This action requires you to configure GUT using the `.gutconfig.json` file which would be located in the root directory of your project.