

deploy: runs-on: ubuntu-latest steps: Checkout The GitHub Repository You’re going to take the latest Ubuntu dist for this. Setup Linux OSĮnvironment OS is defined in runs-on parameter just under the job (here it’s “ deploy”) and before defining steps. For your workflow, let’s name the job “ deploy” here The name of each job should be unique, or you can provide a unique job id at the job_id key. This can be a single event string or array of events string or event types.

You will use GitHub action to set up the environment to run Fastlane tasks. Please read those posts before this if you search for the complete guideline to start CI/CD for your Android project. Previously I’ve written part 1, where I showed the initial setup process, and part 2 showed Fastlane integration. This is the last(!) part of this series of posts.
