File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -26,26 +26,21 @@ Application is prepared for run in container, you can start development same way
26261 . Clone this repository: ` git clone git@github.com:keboola/dynamodb-extractor.git `
27272 . Change directory: ` cd dynamodb-extractor `
28283 . Build services: ` docker-compose build `
29- 4 . Run tests ` docker-compose run --rm app-tests ` (runs ` ./tests.sh ` script)
29+ 4 . Run tests ` docker-compose run --rm app composer ci `
3030
3131After seeing all tests green, continue:
3232
33- 1 . Run service: ` docker-compose run --rm app ` (starts container with ` bash ` )
33+ 1 . Run service: ` docker-compose run --rm app-tests ` (starts container with ` bash ` )
34342 . Create tables/indexes and load sample data: ` php init.php `
35353 . Write tests and code
36- 4 . Run tests: ` ./ tests.sh `
36+ 4 . Run tests: ` composer tests`
3737
3838To simulate real run:
3939
40401 . Create data dir: ` mkdir -p data `
41412 . Follow configuration sample and create ` config.json ` file and place it to your data directory (` data/config.json ` )
42423 . Simulate real run (with entrypoint command): ` php ./src/app.php run ./data `
4343
44- ### Tests
45-
46- - all in one: ` ./tests.sh `
47- - or separately, just check ` tests.sh ` file contents
48-
4944## License
5045
5146MIT licensed, see [ LICENSE] ( ./LICENSE ) file.
You can’t perform that action at this time.
0 commit comments