Skip to content

v1.3.4 b101

v1.3.4 b101 #314

Workflow file for this run

name: Flutter CI
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: '11'
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.13.6'
- run: flutter pub get
- run: flutter test
- run: flutter build apk --debug
- run: flutter build appbundle --debug