Skip to content

Commit a4d2f2f

Browse files
PratikshaPratiksha
authored andcommitted
winp
1 parent d7e175d commit a4d2f2f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,10 @@ jobs:
3636
- name: Set Neo4j Environment Variables
3737
run: |
3838
echo "NEO4J_ADDRESS=https://6f72daa1.databases.neo4j.io" >> $GITHUB_ENV
39-
echo "NEO4J_USERNAME=neo4j" >> $GITHUB_ENV
40-
echo "NEO4J_PASSWORD=9lWmptqBgxBOz8NVcTJjgs3cHPyYmsy63ui6Spmw1d0" >> $GITHUB_ENV
39+
echo "NEO4J_AUTH=neo4j/9lWmptqBgxBOz8NVcTJjgs3cHPyYmsy63ui6Spmw1d0" >> $GITHUB_ENV
4140
4241
- name: Run Tests
4342
env:
4443
NEO4J_ADDRESS: ${{ env.NEO4J_ADDRESS }}
45-
NEO4J_USERNAME: ${{ env.NEO4J_USERNAME }}
46-
NEO4J_PASSWORD: ${{ env.NEO4J_PASSWORD }}
44+
NEO4J_AUTH: ${{ env.NEO4J_AUTH }}
4745
run: vendor/bin/phpunit --configuration phpunit.dist.xml

0 commit comments

Comments
 (0)