mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 08:24:04 +00:00
* wip * add test * readability * remove group * DisabledSync -> ConditionalSync; test both cases with dataset Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
3 lines
85 B
Bash
Executable file
3 lines
85 B
Bash
Executable file
#!/bin/bash
|
|
|
|
docker-compose exec -T test vendor/bin/pest --no-coverage --filter "$@"
|