Skip to content

Add pubspec.lock file to repository to ensure version compatibility w… #398

Add pubspec.lock file to repository to ensure version compatibility w…

Add pubspec.lock file to repository to ensure version compatibility w… #398

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: '17'
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.24.0'
- run: flutter pub get
- run: flutter test
- run: flutter build apk --debug
- run: flutter build appbundle --debug