Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Flutter Pull Request

paulomeurerzup edited this page Jan 4, 2021 · 8 revisions

This workflow is responsible for validating PRs opened for the flutter platform.

This workflow will be executed every time a pull request or a push event occurs in master branch modifying files inside flutter folders.

A job called PR Check is defined with the following steps:

  • Setup Flutter environment
  • Load fastlane dependencies cache
  • Install fastlane and its dependencies
  • Load Pub dependencies cache
  • Configure environment variables
  • Execute fastlane pull_request_verification lane for Flutter platform

You can see it more detailed in the workflow file.