Skip to content

Commit 0f201f4

Browse files
PratikshaPratiksha
authored andcommitted
winp
1 parent 1a3b41d commit 0f201f4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/test.yml

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

36-
- 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 }}
36+
- name: Run Tests using phpunit.dist.xml
4137
run: vendor/bin/phpunit --configuration phpunit.dist.xml

0 commit comments

Comments
 (0)