MikeSchulze / gdUnit3

A Godot Unit Test Framework. Support for gdScript and c# unit testing
MIT License
312 stars 22 forks source link

Rework CI Workflows #384

Closed MikeSchulze closed 1 year ago

MikeSchulze commented 1 year ago

Why

A user reported problems with UI tests. The originally used 'barichello/godot-ci' image was run in headless mode and caused the UI tests to fail.

What