Skip to content

chore: migrate actions #304

chore: migrate actions

chore: migrate actions #304

Workflow file for this run

name: Test workflow
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
- run: flutter pub get
- run: flutter test