Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
d8vjork committed May 24, 2024
1 parent 7fb1d72 commit 745763a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
- name: 🏗 Checkout code
uses: actions/checkout@v4

- name: 🏗 Setup Meilisearch
run: docker run -d -p 7700:7700 getmeili/meilisearch:latest meilisearch --master-key="1234" --no-analytics

- name: 🏗 Setup PHP
uses: shivammathur/setup-php@v2
with:
Expand Down

0 comments on commit 745763a

Please sign in to comment.