File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3737
3838test-sentinel :
3939 make build
40- PHP_VERSION=$(filter-out $@ ,$(v ) ) docker compose -f tests/docker/docker-compose.yml build --pull yii2-redis-php
41- PHP_VERSION=$(filter-out $@ ,$(v ) ) docker compose -f tests/docker/docker-compose.yml run yii2-redis-php vendor/bin/phpunit --coverage-clover=coverage.clover
42- make down
40+ PHP_VERSION=$(filter-out $@ ,$(MAKECMDGOALS ) ) docker compose -f tests/docker/docker-compose.yml build --pull yii2-redis-php
41+ PHP_VERSION=$(filter-out $@ ,$(MAKECMDGOALS ) ) docker compose -f tests/docker/docker-compose.yml up -d
42+ PHP_VERSION= $( filter-out $@ , $( MAKECMDGOALS ) ) docker compose -f tests/docker/docker-compose.yml exec yii2-redis-php sh -c " composer update && vendor/bin/phpunit --coverage-clover=coverage.clover "
4343
4444build : # # Build an image from a docker-compose file. Params: {{ v=8.1 }}. Default latest PHP 8.1
4545 PHP_VERSION=$(filter-out $@ ,$(v ) ) docker compose -f tests/docker/docker-compose.yml up -d --build
You can’t perform that action at this time.
0 commit comments