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:
parent
01b503d1da
commit
6f40edb1c7
2 changed files with 17 additions and 9 deletions
6
.github/CONTRIBUTING.md
vendored
6
.github/CONTRIBUTING.md
vendored
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue