Skip to content

Releases: openfga/action-openfga-test

v0.1.1

03 Jun 16:27
v0.1.1
d0befaa
Compare
Choose a tag to compare

0.1.1 (2024-06-03)

Added:

  • Support running tests against a configurable external fga server (#11) - thanks @le-yams
    Note that when running against an external server, the model defined in the file is ignored, and the tuples are limited to 20
  • Support multiple test files (#8) - thanks @le-yams
    This adds support for 2 optional parameters that specify what tests the action will run:
    • test_path to specify a test file or folder (default value .)
    • test_files_pattern to specify the pattern used to match test files (default value *.fga.yaml)

New Contributors

v0.1.0

09 Jan 22:14
e1cd90c
Compare
Choose a tag to compare

Changelog

Initial OpenFGA Test Action release

  • This action can be used to test your OpenFGA store