diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index a623238..94942c0 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -48,7 +48,7 @@ jobs: max-fails: 1 # optional, default is false # Filename to store and read results in XML result-output-file: test_results.xml # optional, default is test_results. - # direct-scene: "addons/gut/gui/GutRunner.tscn" + config-file: "res://.gut_editor_config.json" - name: Print top files if: always() diff --git a/.gitignore b/.gitignore index 88286c3..506ea9f 100644 --- a/.gitignore +++ b/.gitignore @@ -15,7 +15,7 @@ addons/glecs/.vscode/settings.json # Ignore Godot files .godot -.gut_editor_config.json + addons/gut/gui/GutSceneTheme.tres unittest_log.xml test_results.xml diff --git a/.gut_editor_config.json b/.gut_editor_config.json index af66280..dfdcf79 100644 --- a/.gut_editor_config.json +++ b/.gut_editor_config.json @@ -16,7 +16,7 @@ "ignore_pause": false, "include_subdirs": true, "inner_class": null, - "junit_xml_file": "test_results.xml", + "junit_xml_file": "res://test_results.xml", "junit_xml_timestamp": false, "log_level": 1, "opacity": 100,