Skip to content

Upgrade Flutter 3.24.x #3

Upgrade Flutter 3.24.x

Upgrade Flutter 3.24.x #3

Workflow file for this run

#name: Intl CI
#
#on:
# push:
# branches: [ develop ]
# pull_request:
# branches: [ develop ]
#
#jobs:
# test:
#
# runs-on: macos-latest
#
# steps:
# - uses: actions/checkout@v2
#
# - name: Install Flutter CI
# uses: takuyaohashi/setup-flutter@v1
# - run: flutter doctor
#
# - name: Setup android emulator of drive test
# uses: ReactiveCircus/[email protected]
# with:
# api-level: 29
# script: |
# flutter devices
# flutter pub get
# flutter drive --target=./example/test_driver/app/app.dart