Skip to content

Commit 700810c

Browse files
committed
Update .github/workflows/pre-release-tests.yml
1 parent d55be19 commit 700810c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-release-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
- name: Get the latest Meilisearch RC
2323
run: echo "MEILISEARCH_VERSION=$(curl https://raw.githubusercontent.com/meilisearch/integration-guides/main/scripts/get-latest-meilisearch-rc.sh | bash)" >> $GITHUB_ENV
2424
- name: Meilisearch (${{ env.MEILISEARCH_VERSION }}) setup with Docker
25-
run: docker run -d -p 7700:7700 getmeili/meilisearch:${{ env.MEILISEARCH_VERSION }} ./meilisearch --master-key=masterKey --no-analytics=true
25+
run: docker run -d -p 7700:7700 getmeili/meilisearch:${{ env.MEILISEARCH_VERSION }} meilisearch --master-key=masterKey --no-analytics=true
2626
- name: Run tests
2727
run: cargo test --verbose -- --test-threads=1

0 commit comments

Comments
 (0)