Skip to content

Add ChangeNotifier to ManUpService #79

Add ChangeNotifier to ManUpService

Add ChangeNotifier to ManUpService #79

Workflow file for this run

name: 🛠 Build and Test
on: [push]
jobs:
job-tests:
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
- name: 'Fetch packages'
run: flutter pub get
- name: Build generated files
run: flutter pub run build_runner build
- name: 'Analyze project'
run: flutter analyze
- name: 'Run tests'
run: flutter test