We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2ebeda commit a4764b4Copy full SHA for a4764b4
.github/workflows/integration-test-cluster-neo4j-4.yml
@@ -27,5 +27,5 @@ jobs:
27
up-flags: '--build --remove-orphans'
28
- name: Test
29
run: |
30
- docker compose run --rm client composer install
31
- docker compose run --rm client ./vendor/bin/phpunit -c phpunit.xml.dist --testsuite Integration
+ docker compose -f docker-compose-neo4j-4-yml run --rm client composer install
+ docker compose -f docker-compose-neo4j-4-yml run --rm client ./vendor/bin/phpunit -c phpunit.xml.dist --testsuite Integration
0 commit comments