mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 11:14:04 +00:00
[4.x] Add feature to ignore the resource synchronization based on provided condition. (#993)
* wip * add test * readability * remove group * DisabledSync -> ConditionalSync; test both cases with dataset Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
This commit is contained in:
parent
77c5ae1f32
commit
22d1b2065b
5 changed files with 67 additions and 3 deletions
3
t
Executable file
3
t
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
docker-compose exec -T test vendor/bin/pest --no-coverage --filter "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue