Skip to content

Workflow file for this run

name: Pull Request build test
on:
pull_request:
branches: [ main ]
jobs:
flutter_test:
name: Run flutter test and analyze
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# - uses: actions/setup-java@v1
# with:
# java-version: "12.x"
- uses: subosito/flutter-action@v2.4.0
with:
channel: "stable"
- run: flutter --version
- run: flutter pub get
- run: flutter pub upgrade
- run: flutter build apk --no-tree-shake-icons --debug