Skip to content

Commit 708dde8

Browse files
exaby73transistive
authored andcommitted
refactor: Use different compose action and run tests manually
1 parent e13aeb7 commit 708dde8

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ jobs:
2020
- name: Populate .env
2121
run: |
2222
echo "CONNECTION=neo4j://neo4j:testtest@neo4j" > .env
23-
- uses: cloudposse/github-action-docker-compose-test-run@main
23+
- uses: hoverkraft-tech/compose-[email protected]
2424
with:
25-
file: 'docker-compose.yml'
26-
registry: 'registry.hub.docker.com'
27-
service: 'client'
28-
command: './vendor/bin/phpunit -c phpunit.xml.dist --testsuite Integration'
25+
compose-file: './docker-compose.yml'
26+
up-flags: '--build'
27+
- name: Test
28+
run: |
29+
docker compose run client ./vendor/bin/phpunit -c phpunit.xml.dist --testsuite Integration

0 commit comments

Comments
 (0)