File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
strategy :
13
13
matrix :
14
- php : [' 8.1.31', ' 8.3.17' ]
14
+ php : [" 8.1.31", " 8.3.17" ]
15
15
name : " Running on PHP ${{ matrix.php }} in a Neo4j 4.4 cluster"
16
16
17
17
steps :
23
23
-
uses :
hoverkraft-tech/[email protected]
24
24
name : Start services
25
25
with :
26
- compose-file : ' ./docker-compose-neo4j-4.yml'
27
- up-flags : ' --build --remove-orphans'
26
+ compose-file : " ./docker-compose-neo4j-4.yml"
27
+ up-flags : " --build --remove-orphans"
28
28
- name : Test
29
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
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
You can’t perform that action at this time.
0 commit comments