Skip to content

Merge pull request #117 from MariaMelnik/fix_example #121

Merge pull request #117 from MariaMelnik/fix_example

Merge pull request #117 from MariaMelnik/fix_example #121

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: subosito/flutter-action@v1
with:
channel: "stable"
- run: flutter pub get
- run: sh ./tool/flutter_analyze.sh
- run: flutter test test/*_test.dart