Updating gitea workers and adding gdunit4 and fake test.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
extends SceneTree
|
||||
|
||||
func _ready() -> void:
|
||||
var result := GdUnit4Runner.run_in_current_scene([], false)
|
||||
quit(result.exit_code)
|
||||
Reference in New Issue
Block a user