1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 08:24:04 +00:00
tenancy/test
Samuel Štancl ed52c48428
Always revert queue worker to the central context — fix #1229 (#1251)
* Fix #1229

* docker-compose -> docker compose in ci.yml

* docker->compose -> docker compose

* docker->compose -> docker compose

* clarify how dispatchNow() works
2024-09-17 18:12:33 +02:00

4 lines
159 B
Bash
Executable file

#!/bin/bash
cat vendor/laravel/framework/src/Illuminate/Foundation/Application.php | grep 'const VERSION'
docker compose exec -T test vendor/bin/phpunit "$@"