Skip to content

Commit a4764b4

Browse files
committed
ci: Update integration test workflow to specify docker-compose file
1 parent c2ebeda commit a4764b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration-test-cluster-neo4j-4.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
up-flags: '--build --remove-orphans'
2828
- name: Test
2929
run: |
30-
docker compose run --rm client composer install
31-
docker compose run --rm client ./vendor/bin/phpunit -c phpunit.xml.dist --testsuite Integration
30+
docker compose -f docker-compose-neo4j-4-yml run --rm client composer install
31+
docker compose -f docker-compose-neo4j-4-yml run --rm client ./vendor/bin/phpunit -c phpunit.xml.dist --testsuite Integration

0 commit comments

Comments
 (0)