Skip to content

Even more customisations ! #1

Even more customisations !

Even more customisations ! #1

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