Skip to content

fix: update NextEventRxPresenter initialization to use callable nextE… #48

fix: update NextEventRxPresenter initialization to use callable nextE…

fix: update NextEventRxPresenter initialization to use callable nextE… #48

Workflow file for this run

name: Flutter pipeline
on:
push:
branches:
- "hotfix/*"
- "bugfix/*"
- "release/*"
- "feat/*"
- "develop"
- "master"
- "main"
- "qa"
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Flutter SDK
uses: flutter-actions/setup-flutter@v3
with:
channel: stable
version: 3.27.0
- name: Install dependencies
run: flutter pub get
- name: Analyze project source
run: flutter analyze
- name: Run tests
run: flutter test