diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index 0caa1bd..a84f023 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -48,8 +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. - config-file: "res://.gut_editor_config.json" - direct-scene: res://addons/gut/gui/GutRunner.tscn + config-file: "res://.gutconf.json" - name: Print top files if: always() diff --git a/.gutconfig.json b/.gutconfig.json new file mode 100644 index 0000000..045489b --- /dev/null +++ b/.gutconfig.json @@ -0,0 +1,4 @@ +{ + "log_level":2, + "prefix":"test_" +} \ No newline at end of file