fastlane-plugin-flutter
fastlane-plugin-flutter copied to clipboard
#34 - flutter_build(build_args: ['--verbose']) then show the logs
flutter_build(build_args: ['--verbose']) then show the logs
We need to get e2e test running on PRs... Would you like to add pull_request to .github/workflows/end_to_end_test.yml as described in https://futurestud.io/tutorials/github-actions-run-on-pull-request ?
It should end up like that:
on:
push:
pull_request:
branches:
- master