mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 14:34:04 +00:00
* Fix #1229 * docker-compose -> docker compose in ci.yml * docker->compose -> docker compose * docker->compose -> docker compose * clarify how dispatchNow() works
This commit is contained in:
parent
ed029438cb
commit
ed52c48428
3 changed files with 21 additions and 37 deletions
2
test
2
test
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
cat vendor/laravel/framework/src/Illuminate/Foundation/Application.php | grep 'const VERSION'
|
||||
docker-compose exec -T test vendor/bin/phpunit "$@"
|
||||
docker compose exec -T test vendor/bin/phpunit "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue