Skip to content

Bump sqlx from 0.7.4 to 0.8.1 in /backend #262

Bump sqlx from 0.7.4 to 0.8.1 in /backend

Bump sqlx from 0.7.4 to 0.8.1 in /backend #262

Workflow file for this run

name: Build-Android
on:
push:
branches: [ "main"]
paths:
- "app/**"
pull_request:
branches: [ "main"]
workflow_dispatch:
jobs:
build_flutter:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./app
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '11'
- uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version-file: app/pubspec.yaml
cache: true
- run: touch .env
- run: flutter pub get
- run: flutter test
- run: flutter build apk --debug