File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 31
31
run : echo "MEILISEARCH_VERSION=$(curl https://raw.githubusercontent.com/meilisearch/integration-guides/main/scripts/get-latest-meilisearch-rc.sh | bash)" >> $GITHUB_ENV
32
32
- name : MeiliSearch (${{ env.MEILISEARCH_VERSION }}) setup with Docker
33
33
run : docker run -d -p 7700:7700 getmeili/meilisearch:${{ env.MEILISEARCH_VERSION }} ./meilisearch --master-key=masterKey --no-analytics=true
34
- - name : Check
35
- run : curl http://127.0.0.1:7700
36
34
- name : Run test suite
37
35
run : composer test:unit
Original file line number Diff line number Diff line change 31
31
run : composer install --prefer-dist --no-progress --quiet
32
32
- name : MeiliSearch setup with Docker
33
33
run : docker run -d -p 7700:7700 getmeili/meilisearch:latest ./meilisearch --master-key=masterKey --no-analytics=true
34
- - name : Check
35
- run : curl http://127.0.0.1:7700
36
34
- name : Run test suite
37
35
run : composer test:unit
38
36
You can’t perform that action at this time.
0 commit comments