This repository has been archived by the owner on Jun 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 90
Flutter Pull Request
gabcoelho edited this page Jan 7, 2021
·
8 revisions
This workflow is responsible for validating PRs opened for the flutter platform.
You can see it more detailed in the workflow file.
This workflow will be executed every time a pull request
or a push
event occurs in master
branch modifying files inside flutter
folders.
This workflow defines a job called PR Check
witch contains the following steps:
It uses the github action cache for caching fastlane dependencies and build outputs to improve workflow execution time.
Installs fastlane and its plugins.
It uses the github action cache for caching Pub dependencies and build outputs to improve workflow execution time.
Setup the needed environment variables.
Fastlane steps are executed in pull_request_verification lane for the flutter platform.