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

feat: generate server class #46

feat: generate server class

feat: generate server class #46

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