openfga / language

Grammar for the OpenFGA modeling language
https://openfga.dev
Apache License 2.0
15 stars 7 forks source link

ci: run java when test files change, correct merge_group usage #221

Closed ewanharris closed 3 months ago

ewanharris commented 3 months ago

Description

Corrects the Build and Test (Java) workflow to use the glob syntax to ensure any file under tests causes tests to run. Also corrects the merge_group usage to match the docs, it doesn't support paths, only an activity type.

References

Review Checklist