Skip to content

Commit

Permalink
Replace install.meili to use the action
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoocasali authored Mar 20, 2024
1 parent 490a035 commit e3f336a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,7 @@ jobs:
GITHUB_PAT: ${{ secrets.MEILIBOT_PAT_REPO }}
steps:
- uses: actions/checkout@v4
- name: Download the latest stable version of Meilisearch
run: |
curl -L https://install.meilisearch.com | sh
chmod +x meilisearch
- name: Run Meilisearch
run: |
./meilisearch --master-key=masterKey --no-analytics &
- uses: moy2010/meilisearch-github-action@main
- name: Run tests
run: swift test

Expand Down

0 comments on commit e3f336a

Please sign in to comment.