Skip to content
Compare
Choose a tag to compare
@rhamzeh rhamzeh released this 03 Jun 16:27
v0.1.1
d0befaa

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