Skip to content

feat(workflows): add test.yml (#5) #1

feat(workflows): add test.yml (#5)

feat(workflows): add test.yml (#5) #1

Workflow file for this run

name: flutter-test
on:
push:
branches:
- main
jobs:
test:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
- run: flutter test