Skip to content

Bump go_router from 6.2.0 to 7.1.1 #27

Bump go_router from 6.2.0 to 7.1.1

Bump go_router from 6.2.0 to 7.1.1 #27

Workflow file for this run

name: Build APK
on: push
jobs:
build-apk:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: '12.x'
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
- name: Build apk
run: |
flutter pub get
flutter test
flutter build apk --debug
- name: Run Flutter test
run: flutter test