Even more customisations ! #1
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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 | |