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 f2f710c commit 1e301b7Copy full SHA for 1e301b7
.github/workflows/test.yml
@@ -33,10 +33,14 @@ jobs:
33
- name: Install dependencies
34
run: composer install --no-progress --prefer-dist
35
36
+ - name: DEBUG
37
+ env:
38
+
39
+ NEO4J_USERNAME: ${{ secrets.NEO4J_USERNAME}}
40
+ run: 'echo "Address: NEO4J_USERNAME"'
41
42
- name: Run Tests without phpunit.xml
43
env:
44
NEO4J_ADDRESS: ${{ secrets.NEO4J_ADDRESS }},
- NEO4J_USERNAME: ${{ secrets.NEO4J_USERNAME}},
- NEO4J_PASSWORD: ${{secrets.NEO4J_PASSWORD}}
45
46
run: vendor/bin/phpunit --configuration phpunit.dist.xml
0 commit comments