-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Changelog | ||
|
||
### [0.1.1](https://github.com/openfga/action-openfga-test/compare/v0.1.0...v0.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`) | ||
|
||
### [0.1.0](https://github.com/openfga/action-openfga-test/tree/v0.1.0) (2024-01-09) | ||
|
||
Initial OpenFGA Test Action release. | ||
|
||
This action can be used to run tests against an OpenFGA store file with a model. |