Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
curquiza committed Jul 15, 2024
1 parent f746b80 commit d425ba6
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 @@ -29,7 +29,7 @@ jobs:
- name: Install ruby dependencies
run: bundle install --with test
- name: Meilisearch (latest) setup with Docker
run: docker run -d -p 7700:7700 getmeili/meilisearch:latest meilisearch --master-key=masterKey --no-analytics
run: docker run -d -p 7700:7700 getmeili/meilisearch:v1.9.0 meilisearch --master-key=masterKey --no-analytics
- name: Run test suite
run: bundle exec rspec
- name: Upload coverage reports to Codecov
Expand Down

0 comments on commit d425ba6

Please sign in to comment.