Skip to content

Commit 6a446aa

Browse files
committed
DEBUG
1 parent 9270e6c commit 6a446aa

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: DEBUG
3737
env:
38-
NEO4J_ADDRESS: ${secrets.NEO4J_ADDRESS}
38+
NEO4J_ADDRESS: ${{ secrets.NEO4J_ADDRESS }}
3939
run: 'echo "Address: $NEO4J_ADDRESS"'
4040

4141
- name: Run Tests without phpunit.xml

0 commit comments

Comments
 (0)