From afa47e432456d250db775becbdd9aaf8aded39d7 Mon Sep 17 00:00:00 2001 From: Russell Matney Date: Tue, 3 Oct 2023 12:50:28 -0400 Subject: [PATCH] wip: gut tests running in CI --- .github/workflows/gut_tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gut_tests.yml b/.github/workflows/gut_tests.yml index f33266892..b06e20510 100644 --- a/.github/workflows/gut_tests.yml +++ b/.github/workflows/gut_tests.yml @@ -18,7 +18,7 @@ jobs: path: "." # how long to spend importing assets before tests are run - import-time: "5" + # import-time: "5" # how long tests can run in seconds test-timeout: "15" # the ratio of tests that must pass for this action to pass @@ -34,6 +34,7 @@ jobs: # ensure that the script exits on test completion # uses relative path from your godot project directory # direct-scene: "tester_GUT_v9.0.1/test/alt_mode/tests.tscn" + direct-scene: "false" # default is false, set true to count asserts instead of tests assert-check: "false"