Skip to content

Commit 92d8406

Browse files
authored
Update test.yml
1 parent 8812d16 commit 92d8406

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: pipenv install --dev
2323
- name: Docker setup
2424
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
2725
- name: Linter with pylint
2826
run: pipenv run pylint meilisearch
27+
- name: Test with pytest
28+
run: pipenv run pytest

0 commit comments

Comments
 (0)