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 ba8fdc8 commit a7da290Copy full SHA for a7da290
.github/workflows/test.yml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: Run Tests without phpunit.xml
37
env:
38
- NEO4J_ADDRESS: ${{ env.NEO4J_ADDRESS }},
+ NEO4J_ADDRESS: ${{ env.NEO4J_ADDRESS }}
39
NEO4J_USERNAME: ${{ env.NEO4J_USERNAME }}
40
NEO4J_PASSWORD: ${{ env.NEO4J_PASSWORD }}
41
run: vendor/bin/phpunit --configuration phpunit.dist.xml
0 commit comments