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 9270e6c commit 6a446aaCopy full SHA for 6a446aa
.github/workflows/test.yml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: DEBUG
37
env:
38
- NEO4J_ADDRESS: ${secrets.NEO4J_ADDRESS}
+ NEO4J_ADDRESS: ${{ secrets.NEO4J_ADDRESS }}
39
run: 'echo "Address: $NEO4J_ADDRESS"'
40
41
- name: Run Tests without phpunit.xml
0 commit comments