Skip to content

feat: test action

feat: test action #2

Workflow file for this run

name: Flutter SDK Test
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "main" ]
jobs:
code-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
- name: Run test
run: |
flutter pub get
flutter test --coverage --branch-coverage --reporter github