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 2dab1fd commit a57cc92Copy full SHA for a57cc92
.github/workflows/test.yml
@@ -33,5 +33,8 @@ jobs:
33
- name: Install dependencies
34
run: composer install --no-progress --prefer-dist
35
36
+ - name: DEBUG
37
+ run: 'echo "Address: $NEO4J_ADDRESS"'
38
+
39
- name: Run Tests without phpunit.xml
40
run: vendor/bin/phpunit --configuration phpunit.dist.xml
0 commit comments