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 c1c27ee commit c45e52fCopy full SHA for c45e52f
.github/workflows/integration-test-cluster-neo4j-5.yml
@@ -25,6 +25,8 @@ jobs:
25
run: |
26
echo "PHP_VERSION=${{ matrix.php }}" > .env
27
echo "CONNECTION=neo4j://neo4j:testtest@neo4j" >> .env
28
+ - name: "[DEBUG]"
29
+ run: cat .env
30
- uses: hoverkraft-tech/[email protected]
31
name: Start services
32
with:
0 commit comments