SlideShare a Scribd company logo
GitHub Actions
ANDROID CI PIPELINE.
QUINTIN
000000
SLIDE
1-1
© 2020 ZUHLKE ENGINEERING, LTD
x0
TIME
0
Agenda
•What are GitHub actions?
•Unit test setup
•Executing Espresso tests
•Artefact generation
•Still in the pipeline
QUINTIN
000000
SLIDE
1-2x0
TIME
120
QUINTIN
000000
SLIDE
2-1x0
TIME
1920
What are GitHub actions?
•custom SDLC workflows on repo
•.yml / .yaml
•strored in .github/workflows
•events
•actions
Documentation
QUINTIN
000000
SLIDE
2-2x0
TIME
3720
name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run a one-line script
run: echo Hello, world!
- name: Run a multi-line script
run: |
echo Add other actions to build,
echo test, and deploy your project.
QUINTIN
000100
SLIDE
3-1x0
TIME
9120
Unit Test Setup
name: Android Master
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
unittest:
name: Run Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set Up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Execute Unit Tests (gradlew)
run: bash ./gradlew test --stacktrace
QUINTIN
000200
SLIDE
3-2x0
TIME
9420
QUINTIN
001200
SLIDE
4-1x0
TIME
12300
Espresso Test Setup
- name: Execute Instrumentation Tests
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 23
target: default
arch: x86
profile: Nexus 6
script: ./gradlew connectedCheck --stacktrace
QUINTIN
031200
SLIDE
5-1x0
TIME
12420
Artifact Generation
- name: Build APK
run: bash ./gradlew assembleBFDebug --stacktrace
- name: Upload Artifact
uses: actions/upload-artifact@v1
with:
name: app-BF-${{ github.run_number }}-debug
path: app/build/outputs/apk/BF/debug/app-BF-debug.apk
QUINTIN
062400
SLIDE
5-2x0
TIME
12540
QUINTIN
062400
SLIDE
6-1x0
TIME
?????
Still in the pipeline
•upload test results as an artefact
•generation of production (rc) artifacts
•automatic deployment to the play store?
QUINTIN
999999
SLIDE
5-2x0
TIME
12540
THANK YOU,
BUT THERE’S MORE
CI IN ANOTHER CASTLE!
My repo:
https://github.com/qbalsdon/currency_list_app

More Related Content

PDF
Introduction to GitHub Actions
PDF
ConcourseCi Dockerimage
PDF
Intro to Github Actions @likecoin
PPTX
GitHub Actions - Melbourne UG
PPTX
Github in Action
PDF
Concourse updates
PDF
OSCONF - April 2021 - Run GitHub Actions Locally with nektos/act and Docker
PDF
Why you can't ignore GitLab
Introduction to GitHub Actions
ConcourseCi Dockerimage
Intro to Github Actions @likecoin
GitHub Actions - Melbourne UG
Github in Action
Concourse updates
OSCONF - April 2021 - Run GitHub Actions Locally with nektos/act and Docker
Why you can't ignore GitLab

What's hot (20)

PPTX
Git, gitHub, Azure and Visual Studio
PDF
How we scaled git lab for a 30k employee company
PPTX
Using GitHub Actions to Deploy your Workloads to Azure
PPTX
Introduction to Jenkins X
PDF
Jenkins X Hands-on - automated CI/CD solution for cloud native applications o...
PDF
GitHub Actions with Node.js
PPTX
GitHub Actions demo with mabl
PDF
GitHub Actions in action
PPTX
CICD Pipeline Using Github Actions
PDF
Breaking bad habits with GitLab CI
PDF
Concourse and Database
PDF
ConcourseCI love Minio
PPTX
habitat at docker bud
PDF
Concourse webhook
PDF
DevOps with GitHub Actions
PDF
Jenkins with Heroku
PPTX
Container based CI/CD on GitHub Actions
PDF
Зоопарк React-у
PPTX
Gitlab runner in aws
PPTX
Workflows using Git GitHub | Edureka
Git, gitHub, Azure and Visual Studio
How we scaled git lab for a 30k employee company
Using GitHub Actions to Deploy your Workloads to Azure
Introduction to Jenkins X
Jenkins X Hands-on - automated CI/CD solution for cloud native applications o...
GitHub Actions with Node.js
GitHub Actions demo with mabl
GitHub Actions in action
CICD Pipeline Using Github Actions
Breaking bad habits with GitLab CI
Concourse and Database
ConcourseCI love Minio
habitat at docker bud
Concourse webhook
DevOps with GitHub Actions
Jenkins with Heroku
Container based CI/CD on GitHub Actions
Зоопарк React-у
Gitlab runner in aws
Workflows using Git GitHub | Edureka
Ad

Similar to Git hub actions: Android CI Pipeline (20)

PPTX
GITHUB_ACTIONS_CICD_OVERVIEW_FOR_BEGINNERS
PDF
Introduction to Github Actions
PDF
Introduction to Github Actions
PDF
Deploying to DigitalOcean With GitHub Actions
PPTX
Introduction to Github action Presentation
PDF
Introduction to GitHub Actions - How to easily automate and integrate with Gi...
PDF
Introduction to GitHub Actions
PDF
CI/CD with Github Actions
PDF
Portable CI wGitLab and Github led by Gavin Pickin.pdf
PDF
Introduction to GitHub Actions
PDF
Intro to GitHub Actions
PDF
Gitlab and Lingvokot
PPTX
Group - 9 _ Github Actions.pptx
PDF
GitHubActionGitHubActionGitHubAction.pdf
PDF
Introduction to GitHub Actions – How to easily automate and integrate with Gi...
PDF
KCDC_2022_GitHubActions_slide-share.pdf
PDF
DevOps Fest 2020. Alexey Golub. GitHub Actions in action
PDF
github-actions.pdf
PDF
Github Actions in action - GHA in OSS project (instead of Travis)
PDF
Shift Remote: Mobile - Devops-ify your life with Github Actions - Nicola Cort...
GITHUB_ACTIONS_CICD_OVERVIEW_FOR_BEGINNERS
Introduction to Github Actions
Introduction to Github Actions
Deploying to DigitalOcean With GitHub Actions
Introduction to Github action Presentation
Introduction to GitHub Actions - How to easily automate and integrate with Gi...
Introduction to GitHub Actions
CI/CD with Github Actions
Portable CI wGitLab and Github led by Gavin Pickin.pdf
Introduction to GitHub Actions
Intro to GitHub Actions
Gitlab and Lingvokot
Group - 9 _ Github Actions.pptx
GitHubActionGitHubActionGitHubAction.pdf
Introduction to GitHub Actions – How to easily automate and integrate with Gi...
KCDC_2022_GitHubActions_slide-share.pdf
DevOps Fest 2020. Alexey Golub. GitHub Actions in action
github-actions.pdf
Github Actions in action - GHA in OSS project (instead of Travis)
Shift Remote: Mobile - Devops-ify your life with Github Actions - Nicola Cort...
Ad

Recently uploaded (20)

PPTX
Spectroscopy.pptx food analysis technology
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PPTX
Big Data Technologies - Introduction.pptx
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PPTX
A Presentation on Artificial Intelligence
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Empathic Computing: Creating Shared Understanding
DOCX
The AUB Centre for AI in Media Proposal.docx
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PDF
NewMind AI Weekly Chronicles - August'25-Week II
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Electronic commerce courselecture one. Pdf
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PPT
Teaching material agriculture food technology
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Spectroscopy.pptx food analysis technology
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Big Data Technologies - Introduction.pptx
Mobile App Security Testing_ A Comprehensive Guide.pdf
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
A Presentation on Artificial Intelligence
Digital-Transformation-Roadmap-for-Companies.pptx
Empathic Computing: Creating Shared Understanding
The AUB Centre for AI in Media Proposal.docx
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
NewMind AI Weekly Chronicles - August'25-Week II
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Per capita expenditure prediction using model stacking based on satellite ima...
Electronic commerce courselecture one. Pdf
The Rise and Fall of 3GPP – Time for a Sabbatical?
Dropbox Q2 2025 Financial Results & Investor Presentation
“AI and Expert System Decision Support & Business Intelligence Systems”
Teaching material agriculture food technology
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf

Git hub actions: Android CI Pipeline