fastlane-plugin-flutter icon indicating copy to clipboard operation
fastlane-plugin-flutter copied to clipboard

#34 - flutter_build(build_args: ['--verbose']) then show the logs

Open dfdgsdfg opened this issue 1 year ago • 1 comments

flutter_build(build_args: ['--verbose']) then show the logs

dfdgsdfg avatar Mar 22 '24 13:03 dfdgsdfg

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

dotdoom avatar Mar 22 '24 18:03 dotdoom