1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-06-27 16:36:00 +00:00

Run php and yarn from Docker container if it's running

This commit is contained in:
Yassine Guedidi 2024-11-18 23:53:54 +01:00
parent 01b503d1da
commit 6f40edb1c7
2 changed files with 17 additions and 9 deletions

View file

@ -50,11 +50,7 @@ Please fork wallabag and work with **the master branch**.
All pull requests need to pass the tests and the code needs match the style guide.
To run the tests locally run:
- when testing using Docker: `docker-compose run --rm php bin/phpunit` (or `docker-compose run --rm php make test` if you
prefer using `make`)
- otherwise: `bin/phpunit` (or `make test`)
To run the tests locally run `make test`.
To run the PHP formatter: