Skip to content

ci: add test

ci: add test #1

Workflow file for this run

name: Test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/[email protected]
with:
flutter-version: 2.10.3
- run: flutter pub get
- run: flutter analyze
- run: flutter test