File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1919 run : composer validate --strict
2020
2121 - name : Setup Docker
22- run : docker- compose up -d --build
22+ run : docker compose up -d --build
2323
2424 - name : Wait for Server to be ready
2525 run : sleep 10
2828 run : docker compose exec fpm vendor/bin/phpunit --configuration phpunit.xml
2929
3030 - name : Run Swoole Tests
31- run : docker compose exec swoole vendor/bin/phpunit --configuration phpunit.xml
31+ run : docker compose exec swoole vendor/bin/phpunit --configuration phpunit.xml
Original file line number Diff line number Diff line change @@ -66,9 +66,9 @@ $ git push origin [name_of_your_new_branch]
6666
6767### Testing
6868
69- - ` docker- compose up -d `
70- - ` docker- compose exec web vendor/bin/phpunit --configuration phpunit.xml `
71- - ` docker- compose exec web vendor/bin/psalm --show-info=true `
69+ - ` docker compose up -d `
70+ - ` docker compose exec web vendor/bin/phpunit --configuration phpunit.xml `
71+ - ` docker compose exec web vendor/bin/psalm --show-info=true `
7272
7373## Introducing New Features
7474
You can’t perform that action at this time.
0 commit comments