Skip to content

Commit ffbdb6a

Browse files
committed
ensure neo4j and bolt is tested in single server
1 parent 6efa1eb commit ffbdb6a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/integration-test-single-server.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
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
@@ -55,6 +58,9 @@ jobs:
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

0 commit comments

Comments
 (0)