We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b0454a commit 06c9b54Copy full SHA for 06c9b54
.github/workflows/github-actions.yml
@@ -41,7 +41,7 @@ jobs:
41
ini-values: date.timezone=Europe/Paris
42
- uses: actions/checkout@v4
43
- name: Create .env.test.local
44
- run: echo -e "DB_NAME_SUFFIX=\\nELASTICSEARCH_IRI=http://elastic:admin@elasticsearch:${{ job.services.elasticsearch.ports['9200'] }}" > .env.test.local
+ run: echo -e "DB_NAME_SUFFIX=\\nELASTICSEARCH_IRI=http://elastic:admin@127.0.0.1:${{ job.services.elasticsearch.ports['9200'] }}" > .env.test.local
45
- name: Get composer cache directory
46
id: composer-cache
47
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
0 commit comments