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 27
27
docker compose -f docker-compose-neo4j-4.yml run --rm --no-deps \
28
28
client sh -c "composer install && ./vendor/bin/phpunit -c phpunit.xml.dist --testsuite Integration"
29
29
30
+ echo "PHP_VERSION=${{ matrix.php }}" > .env
31
+ echo "CONNECTION=neo4j://neo4j:testtest@neo4j" >> .env
32
+
30
33
docker compose -f docker-compose-neo4j-4.yml run --rm --no-deps \
31
34
client sh -c "composer install && ./vendor/bin/phpunit -c phpunit.xml.dist --testsuite Integration"
32
35
55
58
docker compose run --rm --no-deps \
56
59
client sh -c "composer install && ./vendor/bin/phpunit -c phpunit.xml.dist --testsuite Integration"
57
60
61
+ echo "PHP_VERSION=${{ matrix.php }}" > .env
62
+ echo "CONNECTION=neo4j://neo4j:testtest@neo4j" >> .env
63
+
58
64
docker compose run --rm --no-deps \
59
65
client sh -c "composer install && ./vendor/bin/phpunit -c phpunit.xml.dist --testsuite Integration"
60
66
You can’t perform that action at this time.
0 commit comments