Skip to content

Merge pull request #161 from aprzedecki/patch-1 #100

Merge pull request #161 from aprzedecki/patch-1

Merge pull request #161 from aprzedecki/patch-1 #100

Workflow file for this run

name: Build
on:
push:
branches:
- master
- develop
pull_request:
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: stable
- run: flutter pub get
- run: flutter test