这是indexloc提供的服务,不要输入任何密码
Skip to content

Merge pull request #1 from t-unit/dependabot/pub/root-pub-b262a1f91a #13

Merge pull request #1 from t-unit/dependabot/pub/root-pub-b262a1f91a

Merge pull request #1 from t-unit/dependabot/pub/root-pub-b262a1f91a #13

Workflow file for this run

name: Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
sdk: [stable, beta]
fail-fast: false
steps:
- uses: actions/checkout@v4
- name: Setup Dart
uses: dart-lang/setup-dart@v1
with:
sdk: ${{ matrix.sdk }}
- name: Install dependencies
run: |
dart pub global activate melos
melos bootstrap
- name: Run tests
run: melos run test