Skip to content

Commit

Permalink
(yiisoft#7) Added configure CI with Redis single and cluster instance
Browse files Browse the repository at this point in the history
  • Loading branch information
s1lver committed Aug 24, 2022
1 parent 865493b commit 6153160
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ test: test74 test80 test81
test74:
COMPOSE_FILE=tests/docker/docker-compose.yml docker-compose build --pull php74
make create-cluster
COMPOSE_FILE=tests/docker/docker-compose.yml docker-compose run php74 vendor/bin/codecept run
COMPOSE_FILE=tests/docker/docker-compose.yml docker-compose run php74 vendor/bin/phpunit --colors=always
COMPOSE_FILE=tests/docker/docker-compose.yml docker-compose down

test80:
COMPOSE_FILE=tests/docker/docker-compose.yml docker-compose build --pull php80
make create-cluster
COMPOSE_FILE=tests/docker/docker-compose.yml docker-compose run php80 vendor/bin/codecept run
COMPOSE_FILE=tests/docker/docker-compose.yml docker-compose run php80 vendor/bin/phpunit --colors=always
COMPOSE_FILE=tests/docker/docker-compose.yml docker-compose down

test81:
COMPOSE_FILE=tests/docker/docker-compose.yml docker-compose build --pull php81
make create-cluster
COMPOSE_FILE=tests/docker/docker-compose.yml docker-compose run php81 vendor/bin/codecept run
COMPOSE_FILE=tests/docker/docker-compose.yml docker-compose run php81 vendor/bin/phpunit --colors=always
COMPOSE_FILE=tests/docker/docker-compose.yml docker-compose down

create-cluster:
Expand Down

0 comments on commit 6153160

Please sign in to comment.