Skip to content

Commit e13aeb7

Browse files
exaby73transistive
authored andcommitted
fix: Populate .env
1 parent 4a46f04 commit e13aeb7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/integration-test-cluster-neo4j-5.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v2
20+
- name: Populate .env
21+
run: |
22+
echo "CONNECTION=neo4j://neo4j:testtest@neo4j" > .env
2023
- uses: cloudposse/github-action-docker-compose-test-run@main
2124
with:
2225
file: 'docker-compose.yml'

0 commit comments

Comments
 (0)