Skip to content

Commit f0d214d

Browse files
committed
explicitly mark test folder in phpunit tests
1 parent 57307b0 commit f0d214d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ jobs:
5151
NEO4J_ADDRESS: "http://localhost:7474"
5252
NEO4J_USERNAME: "neo4j"
5353
NEO4J_PASSWORD: "password"
54-
run: vendor/bin/phpunit --configuration phpunit.dist.xml
54+
run: vendor/bin/phpunit --configuration phpunit.dist.xml ./tests

.github/workflows/testaura.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
NEO4J_ADDRESS: ${{ secrets.NEO4J_ADDRESS }}
4242
NEO4J_USERNAME: ${{ secrets.NEO4J_USERNAME }}
4343
NEO4J_PASSWORD: ${{ secrets.NEO4J_PASSWORD }}
44-
run: vendor/bin/phpunit --configuration phpunit.dist.xml
44+
run: vendor/bin/phpunit --configuration phpunit.dist.xml ./tests

0 commit comments

Comments
 (0)