Настройка ci

This commit is contained in:
Rinsvent 2021-08-10 23:31:20 +07:00
parent 0681bb97a7
commit cb5a24002d
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,5 @@
[![pipeline status](https://git.rinsvent.ru/symfony/bundles/request-bundle/badges/master/pipeline.svg)](https://git.rinsvent.ru/symfony/bundles/request-bundle/-/commits/master)
[![coverage report](https://git.rinsvent.ru/symfony/bundles/request-bundle/badges/master/coverage.svg)](https://git.rinsvent.ru/symfony/bundles/request-bundle/-/commits/master)
Request bundle
=

View File

@ -3,7 +3,7 @@
docker-compose -f ./docker-compose-ci.yml up -d
echo 'composer installing'
docker exec -i apisdkgenerator_php composer install -q
docker exec -i requestbundle_php composer install -q
echo 'composer installed !!'
docker exec -i apisdkgenerator_php vendor/bin/codecept run --coverage
docker exec -i requestbundle_php vendor/bin/codecept run --coverage