File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 2525 - name : Get the latest Meilisearch RC
2626 run : echo "MEILISEARCH_VERSION=$(curl https://raw.githubusercontent.com/meilisearch/integration-guides/main/scripts/get-latest-meilisearch-rc.sh | bash)" >> $GITHUB_ENV
2727 - name : Meilisearch (${{ env.MEILISEARCH_VERSION }}) setup with Docker
28- run : docker run -d -p 7700:7700 getmeili/meilisearch:${{ env.MEILISEARCH_VERSION }} meilisearch --master-key=masterKey --no-analytics
28+ run : docker run -d -p 7700:7700 getmeili/meilisearch-enterprise :${{ env.MEILISEARCH_VERSION }} meilisearch --master-key=masterKey --no-analytics
2929 - name : Run integration tests
3030 run : docker run --net="host" -v $PWD:/package -w /package dart:${{ matrix.version }} /bin/sh -c 'dart pub get && dart pub get -C tool && dart run test'
You can’t perform that action at this time.
0 commit comments