Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
378: fix ci steps r=curquiza a=ahmednfwela

# Pull Request

## Related issue
Fixes meilisearch#377 

## What does this PR do?
- fixes CI not install dart first

## PR checklist
Please check if your PR fulfills the following requirements:
- [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
- [x] Have you read the contributing guidelines?
- [x] Have you made sure that the title is accurate and descriptive of the changes?

Thank you so much for contributing to Meilisearch!


Co-authored-by: Ahmed Fwela <[email protected]>
  • Loading branch information
meili-bors[bot] and ahmednfwela authored Feb 16, 2024
2 parents a8429a8 + f3dbb46 commit 15948f6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,11 @@ jobs:
pana:
runs-on: ubuntu-latest
timeout-minutes: 10
container:
image: dart:latest
steps:
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
with:
sdk: '3.0.0'
- run: dart pub global activate pana
- name: Run pana
id: pana-run
Expand Down

0 comments on commit 15948f6

Please sign in to comment.