mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 09:34:04 +00:00
3 lines
124 B
Bash
Executable file
3 lines
124 B
Bash
Executable file
#!/bin/bash
|
|
|
|
docker compose exec -e COLUMNS=$(tput cols) -T test vendor/bin/pest --color=always --no-coverage --filter "$@"
|