Skip to content

Commit 1068c65

Browse files
committed
ci: Populate env for v5 tests for single server workflow
1 parent 3b56b1b commit 1068c65

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/integration-test-single-server.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ jobs:
5757

5858
steps:
5959
- uses: actions/checkout@v2
60+
- name: Populate .env
61+
run: |
62+
echo "PHP_VERSION=${{ matrix.php }}" > .env
63+
echo "CONNECTION=neo4j://neo4j:testtest@neo4j" >> .env
6064
- uses: hoverkraft-tech/[email protected]
6165
name: Start services
6266
with:

0 commit comments

Comments
 (0)