Skip to content

Commit b063f07

Browse files
committed
fix ci
1 parent 4f34297 commit b063f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-actions.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
ini-values: date.timezone=Europe/Paris
4242
- uses: actions/checkout@v4
4343
- name: Create .env.test.local
44-
run: echo -e "DB_NAME_SUFFIX=\\ELASTICSEARCH_IRI=http://elastic:admin@elasticsearch:${{ job.services.elasticsearch.ports['9200'] }}" > .env.test.local
44+
run: echo -e "DB_NAME_SUFFIX=\\nELASTICSEARCH_IRI=http://elastic:admin@elasticsearch:${{ job.services.elasticsearch.ports['9200'] }}" > .env.test.local
4545
- name: Get composer cache directory
4646
id: composer-cache
4747
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)