Skip to content

test: Create flutter-test.yml #1

test: Create flutter-test.yml

test: Create flutter-test.yml #1

Workflow file for this run

name: Flutter Test
on:
push:
branches:
- develop
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.10.5'
- run: flutter pub get
- run: flutter test