Skip to content

Commit a7da290

Browse files
committed
DEBUG
1 parent ba8fdc8 commit a7da290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Run Tests without phpunit.xml
3737
env:
38-
NEO4J_ADDRESS: ${{ env.NEO4J_ADDRESS }},
38+
NEO4J_ADDRESS: ${{ env.NEO4J_ADDRESS }}
3939
NEO4J_USERNAME: ${{ env.NEO4J_USERNAME }}
4040
NEO4J_PASSWORD: ${{ env.NEO4J_PASSWORD }}
4141
run: vendor/bin/phpunit --configuration phpunit.dist.xml

0 commit comments

Comments
 (0)