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 8812d16 commit 92d8406Copy full SHA for 92d8406
.github/workflows/test.yml
@@ -22,7 +22,7 @@ jobs:
22
run: pipenv install --dev
23
- name: Docker setup
24
run: docker run -d -p 7700:7700 getmeili/meilisearch:latest ./meilisearch --no-analytics=true --master-key=masterKey
25
- - name: Test with pytest
26
- run: pipenv run pytest
27
- name: Linter with pylint
28
run: pipenv run pylint meilisearch
+ - name: Test with pytest
+ run: pipenv run pytest
0 commit comments