Skip to content

Refine layer widget unit tests #14

Refine layer widget unit tests

Refine layer widget unit tests #14

name: Flutter Analysis
on:
push:
branches:
- stable
pull_request:
workflow_dispatch:
jobs:
package-analysis:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Flutter
uses: subosito/flutter-action@master
with:
channel: stable
- name: install dependencies
run: flutter pub get
# - name: analyze code
# run: flutter analyze .
- name: run tests
run: flutter test