File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 2727 docker compose -f docker-compose-neo4j-4.yml run --rm --no-deps \
2828 client sh -c "composer install && ./vendor/bin/phpunit -c phpunit.xml.dist --testsuite Integration"
2929
30+ echo "PHP_VERSION=${{ matrix.php }}" > .env
31+ echo "CONNECTION=neo4j://neo4j:testtest@neo4j" >> .env
32+
3033 docker compose -f docker-compose-neo4j-4.yml run --rm --no-deps \
3134 client sh -c "composer install && ./vendor/bin/phpunit -c phpunit.xml.dist --testsuite Integration"
3235
5558 docker compose run --rm --no-deps \
5659 client sh -c "composer install && ./vendor/bin/phpunit -c phpunit.xml.dist --testsuite Integration"
5760
61+ echo "PHP_VERSION=${{ matrix.php }}" > .env
62+ echo "CONNECTION=neo4j://neo4j:testtest@neo4j" >> .env
63+
5864 docker compose run --rm --no-deps \
5965 client sh -c "composer install && ./vendor/bin/phpunit -c phpunit.xml.dist --testsuite Integration"
6066
You can’t perform that action at this time.
0 commit comments