Skip to content

Commit 45cff96

Browse files
PratikshaPratiksha
authored andcommitted
winp
1 parent f746713 commit 45cff96

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/test.yml

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

36-
- name: Run Tests with phpunit.dist.xml
36+
- name: Set Neo4j Environment Variables
37+
run: |
38+
echo "NEO4J_AUTH=neo4j/${NEO4J_PASSWORD}" >> $GITHUB_ENV
39+
echo "NEO4J_ADDRESS=${NEO4J_ADDRESS}" >> $GITHUB_ENV
40+
env:
41+
NEO4J_PASSWORD: "9lWmptqBgxBOz8NVcTJjgs3cHPyYmsy63ui6Spmw1d0"
42+
NEO4J_ADDRESS: "https://6f72daa1.databases.neo4j.io"
43+
44+
- name: Run Tests
3745
run: vendor/bin/phpunit --configuration phpunit.dist.xml

0 commit comments

Comments
 (0)