mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 12:54:05 +00:00
4 lines
200 B
Bash
Executable file
4 lines
200 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# --columns doesn't seem to work at the moment, so we're setting it using an environment variable
|
|
docker compose exec -e COLUMNS=$(tput cols) -T test vendor/bin/pest --colors=always "$@"
|