Skip to content

update workflow

update workflow #8

Workflow file for this run

name: run-flutter-test
on: [push]
jobs:
flutter-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
- run: flutter pub get
- run: flutter test --no-pub --coverage
- run: genhtml -o coverage coverage/lcov.info