Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Bdaya-Dev/meilisearch-dart
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmednfwela committed Sep 14, 2023
2 parents 656bd85 + ea65fac commit af67346
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ jobs:
# Will still run for each push to bump-meilisearch-v*
if: github.event_name != 'pull_request' || !startsWith(github.base_ref, 'bump-meilisearch-v')
timeout-minutes: 10
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
version: ['3.0.0']
name: integration-tests (dart ${{ matrix.version }})
services:
Expand Down Expand Up @@ -52,7 +53,6 @@ jobs:
file: coverage/lcov.info
fail_ci_if_error: true


linter:
name: linter-check
runs-on: ubuntu-latest
Expand Down

0 comments on commit af67346

Please sign in to comment.