Skip to content

break(bff): add bff and arango to ogree-core #79

break(bff): add bff and arango to ogree-core

break(bff): add bff and arango to ogree-core #79

Workflow file for this run

name: Flutter
on:
pull_request:
branches:
- main
paths:
- APP/**
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./APP/ogree_app
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.10.5'
channel: 'stable'
- name: Set up
run: flutter pub get
- name: Test
run: flutter test
- name: Web build
run: flutter build web