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

docker-compose -> docker compose

This commit is contained in:
Samuel Štancl 2024-09-10 12:53:04 +02:00 committed by GitHub
parent 8f9c7efa45
commit f2e1648973
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,6 +28,6 @@ jobs:
- name: Start docker containers - 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 - name: Install dependencies
run: docker-compose exec -T test composer require --no-interaction "laravel/framework:^${{ matrix.laravel }}.0" run: docker compose exec -T test composer require --no-interaction "laravel/framework:^${{ matrix.laravel }}.0"
- name: Run tests - name: Run tests
run: ./test run: ./test