Skip to content

chore(deps): bump org.springframework.boot from 2.7.5 to 3.1.1 in /backend/api #1742

chore(deps): bump org.springframework.boot from 2.7.5 to 3.1.1 in /backend/api

chore(deps): bump org.springframework.boot from 2.7.5 to 3.1.1 in /backend/api #1742

Workflow file for this run

on:
push:
branches:
- master
pull_request:
branches: [ master ]
name: Mobile Build
jobs:
build:
name: Build and test APK
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
cache: 'gradle'
- uses: subosito/flutter-action@v2.10.0
with:
channel: 'beta'
flutter-version: '2.2.0-10.1.pre'
- name: Get Flutter packages
run: |
cd mobile
flutter pub get
- name: Run Flutter tests
run: |
cd mobile
flutter test
- name: Build APK
run: |
cd mobile
flutter build apk --debug
# - name: Archive artifacts
# uses: actions/upload-artifact@v2
# with:
# name: APKs
# path: mobile/build/app/outputs/apk/debug/app-*.apk