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 c30b069 commit acd6e14Copy full SHA for acd6e14
.github/workflows/pre-release-tests.yml
@@ -29,6 +29,6 @@ jobs:
29
- name: Get the latest Meilisearch RC
30
run: echo "MEILISEARCH_VERSION=$(curl https://raw.githubusercontent.com/meilisearch/integration-guides/main/scripts/get-latest-meilisearch-rc.sh | bash)" >> $GITHUB_ENV
31
- name: Meilisearch (${{ env.MEILISEARCH_VERSION }}) setup with Docker
32
- run: docker run -d -p 7700:7700 getmeili/meilisearch:${{ env.MEILISEARCH_VERSION }} ./meilisearch --master-key=masterKey --no-analytics
+ run: docker run -d -p 7700:7700 getmeili/meilisearch:${{ env.MEILISEARCH_VERSION }} meilisearch --master-key=masterKey --no-analytics
33
- name: Test with pytest
34
run: pipenv run pytest
0 commit comments