Skip to content

Bump go_router from 14.8.1 to 15.1.2 #160

Bump go_router from 14.8.1 to 15.1.2

Bump go_router from 14.8.1 to 15.1.2 #160

Workflow file for this run

name: Flutter Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v5
- name: Install and set Flutter version
uses: subosito/flutter-action@v2
with:
flutter-version: '3.24.3'
- name: Restore packages
run: flutter pub get
- name: Analyze
run: flutter analyze
- name: Run tests
run: flutter test --coverage