croconut / godot-tester

A Github Action to handle testing Godot applications with GUT
MIT License
36 stars 14 forks source link

make test dir configurable #8

Closed you-win closed 2 years ago

you-win commented 2 years ago

I prefer to have a tests directory instead of a test directory.

This PR adds a new param test-dir that is defaulted to res://test to maintain compatibility with previous versions.

Capture
croconut commented 2 years ago

Lgtm, you'll want to update the readme to cover the new parameter

you-win commented 2 years ago

@croconut Rebased and updated the readme. GitHub Actions log also looks good

croconut commented 2 years ago

I'll create a release later tonight when I'm off work. If you want to get started using it immediately, use @master