Skip to content

Commit 0ede745

Browse files
committed
DEBUG
1 parent 6a446aa commit 0ede745

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,9 @@ jobs:
3333
- name: Install dependencies
3434
run: composer install --no-progress --prefer-dist
3535

36-
- name: DEBUG
37-
env:
38-
NEO4J_ADDRESS: ${{ secrets.NEO4J_ADDRESS }}
39-
run: 'echo "Address: $NEO4J_ADDRESS"'
40-
4136
- name: Run Tests without phpunit.xml
37+
env:
38+
NEO4J_ADDRESS: ${{ secrets.NEO4J_ADDRESS }},
39+
NEO4J_USERNAME: ${{ secrets.NEO4J_USERNAME }},
40+
NEO4J_PASSWORD: ${{ secrets.NEO4J_PASSWORD }}
4241
run: vendor/bin/phpunit --configuration phpunit.dist.xml

0 commit comments

Comments
 (0)