Skip to content

Commit

Permalink
Merge pull request #198 from meilisearch/fix-ci
Browse files Browse the repository at this point in the history
Fix CI
  • Loading branch information
alallema authored Aug 24, 2021
2 parents 38624ae + 927932a commit e187221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: MeiliSearch (latest version) setup with Docker
run: docker run -d -p 7700:7700 getmeili/meilisearch:latest ./meilisearch --no-analytics=true --no-sentry=true --master-key='masterKey'
run: docker run -d -p 7700:7700 getmeili/meilisearch:latest ./meilisearch --no-analytics=true --master-key='masterKey'
- name: Build and run unit and integration tests
run: ./gradlew build integrationTest

Expand Down

0 comments on commit e187221

Please sign in to comment.