Skip to content

Merge pull request #7 from butterbrain/add_native_names #33

Merge pull request #7 from butterbrain/add_native_names

Merge pull request #7 from butterbrain/add_native_names #33

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