Skip to content

overflow fix

overflow fix #438

Workflow file for this run

name: flutter CI
on:
push:
branches: [ dev, main ]
pull_request:
branches: [ dev, main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
cache: true
cache-key: 'flutter-:os:-:channel:-:version:-:arch:-:hash:' # optional, change this to force refresh cache
cache-path: '${{ runner.tool_cache }}/flutter/:channel:-:version:-:arch:' # optional, change this to specify the cache path
#architecture: x64 # optional, x64 or arm64
- run: flutter --version
- run: flutter test -j 1