File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 1515 # Will still run for each push to bump-meilisearch-v*
1616 if : github.event_name != 'pull_request' || !startsWith(github.base_ref, 'bump-meilisearch-v')
1717 runs-on : ubuntu-latest
18+ services :
19+ meilisearch :
20+ image : getmeili/meilisearch:latest
21+ ports :
22+ - 7700:7700
23+ env :
24+ MEILI_MASTER_KEY : masterKey
25+ MEILI_NO_ANALYTICS : true
1826 strategy :
1927 matrix :
2028 php-version : ['7.4', '8.0', '8.1', '8.2']
5058 if : matrix.php-version != '7.4'
5159 run : |
5260 composer remove --dev doctrine/annotations
53- - name : Meilisearch setup with Docker
54- run : docker run -d -p 7700:7700 getmeili/meilisearch:latest meilisearch --master-key=masterKey --no-analytics
5561 - name : Run test suite
5662 run : composer test:unit
5763
You can’t perform that action at this time.
0 commit comments