Allow action to run locally

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
This commit is contained in:
2021-02-11 18:14:40 -05:00
parent ce937f3dd5
commit 5af87a011e
6 changed files with 241 additions and 105 deletions

View File

@@ -5,6 +5,9 @@ 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: