1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 12:54:05 +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

View file

@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Start docker containers
run: PHP_VERSION=${{ matrix.php }} docker-compose up -d
run: PHP_VERSION=${{ matrix.php }} docker compose up -d
- name: Install dependencies
run: docker compose exec -T test composer require --no-interaction "laravel/framework:^${{ matrix.laravel }}.0"
- name: Run tests