Skip to content

Commit 3b56b1b

Browse files
committed
ci: Populate .env in single server workflow
1 parent 9bc13fb commit 3b56b1b

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
@@ -18,6 +18,10 @@ jobs:
1818

1919
steps:
2020
- uses: actions/checkout@v2
21+
- name: Populate .env
22+
run: |
23+
echo "PHP_VERSION=${{ matrix.php }}" > .env
24+
echo "CONNECTION=neo4j://neo4j:testtest@neo4j" >> .env
2125
- uses: hoverkraft-tech/[email protected]
2226
name: Start services
2327
with:

0 commit comments

Comments
 (0)