1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 14:34:04 +00:00

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
This commit is contained in:
Samuel Štancl 2024-09-17 18:12:33 +02:00 committed by GitHub
parent ed029438cb
commit ed52c48428
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 21 additions and 37 deletions

2
test
View file

@ -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 "$@"