Skip to content

fix: do not throw for ShellRoutes not having name #26

fix: do not throw for ShellRoutes not having name

fix: do not throw for ShellRoutes not having name #26

Workflow file for this run

name: Run Tests
on:
pull_request:
branches: [master, develop]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: kuhnroyal/flutter-fvm-config-action@v2
id: fvm-config-action
- uses: subosito/flutter-action@v2
with:
flutter-version: ${{ steps.fvm-config-action.outputs.FLUTTER_VERSION }}
channel: ${{ steps.fvm-config-action.outputs.FLUTTER_CHANNEL }}
- name: Install dependencies
run: flutter pub get
- name: Run tests
run: flutter test