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 c2e1643 commit a4d2ab0Copy full SHA for a4d2ab0
.github/workflows/pre-release-tests.yml
@@ -30,6 +30,6 @@ jobs:
30
- name: Get the latest Meilisearch RC
31
run: echo "MEILISEARCH_VERSION=$(curl https://raw.githubusercontent.com/meilisearch/integration-guides/main/scripts/get-latest-meilisearch-rc.sh | bash)" >> $GITHUB_ENV
32
- name: Meilisearch (${{ env.MEILISEARCH_VERSION }}) setup with Docker
33
- 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
34
- name: Run test suite
35
run: composer test:unit
0 commit comments