Skip to content

fixing analyzer errors #23

fixing analyzer errors

fixing analyzer errors #23

Workflow file for this run

name: unit-tests
on: [push]
jobs:
run-unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1
- run: flutter pub get
- run: flutter test