Skip to content

Commit

Permalink
Add .gutconf.json for unittests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GsLogiMaker committed May 4, 2024
1 parent 0cb23ed commit 10cc17f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
4 changes: 4 additions & 0 deletions .gutconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"log_level":2,
"prefix":"test_"
}

0 comments on commit 10cc17f

Please sign in to comment.