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 57307b0 commit f0d214dCopy full SHA for f0d214d
.github/workflows/test.yml
@@ -51,4 +51,4 @@ jobs:
51
NEO4J_ADDRESS: "http://localhost:7474"
52
NEO4J_USERNAME: "neo4j"
53
NEO4J_PASSWORD: "password"
54
- run: vendor/bin/phpunit --configuration phpunit.dist.xml
+ run: vendor/bin/phpunit --configuration phpunit.dist.xml ./tests
.github/workflows/testaura.yml
@@ -41,4 +41,4 @@ jobs:
41
NEO4J_ADDRESS: ${{ secrets.NEO4J_ADDRESS }}
42
NEO4J_USERNAME: ${{ secrets.NEO4J_USERNAME }}
43
NEO4J_PASSWORD: ${{ secrets.NEO4J_PASSWORD }}
44
0 commit comments