Skip to content

fix(ci): replace flutter cn mirror #28

fix(ci): replace flutter cn mirror

fix(ci): replace flutter cn mirror #28

Workflow file for this run

name: Run Flutter Test
on:
push:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: subosito/flutter-action@v2
with:
channel: stable
cache: true
- run: flutter test