Skip to content

Pb 09/gamification app concept #5

Pb 09/gamification app concept

Pb 09/gamification app concept #5

Workflow file for this run

name: Pull Request
on:
pull_request:
branches:
- release/*
jobs:
flutter_test:
name: Run flutter test, analyze (without build for iOS)
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Flutter get
uses: subosito/flutter-action@v2
with:
channel: "stable"
architecture: x64
- run: flutter pub get
- run: dart pub global activate flutter_gen
- run: dart pub global activate intl_utils
- run: fluttergen
- run: dart pub global run intl_utils:generate
- run: dart run build_runner build --delete-conflicting-outputs
- run: flutter analyze
- run: flutter test