Skip to content

Bump connectivity_plus from 3.0.3 to 3.0.6 #18

Bump connectivity_plus from 3.0.3 to 3.0.6

Bump connectivity_plus from 3.0.3 to 3.0.6 #18

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