Skip to content

Commit 2e14c32

Browse files
committed
fix: fixing test
1 parent 530334e commit 2e14c32

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)