Skip to content

Commit 143a616

Browse files
committed
Use of ELASTICSEARCH_URL for integration-test
1 parent f7fa640 commit 143a616

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,5 @@ jobs:
7676
run: |
7777
vendor/bin/phpunit -c phpunit-integration-tests.xml
7878
env:
79-
TEST_SUITE: free
79+
ELASTICSEARCH_URL: http://localhost:9200
80+

0 commit comments

Comments
 (0)