Skip to content

Update to snapshots 1.1.0/gradle plugin 3.1.0" #73

Update to snapshots 1.1.0/gradle plugin 3.1.0"

Update to snapshots 1.1.0/gradle plugin 3.1.0" #73

name: Emerge Android size analysis
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
paths: [ android/** ]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./android
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'adopt'
- name: Emerge size analysis
run: ./gradlew :app:emergeUploadReleasePerfBundle
env:
EMERGE_API_TOKEN: ${{ secrets.EMERGE_API_KEY }}
PR_SHA: ${{ github.event.pull_request.head.sha }}
PR_BASE_SHA: ${{ github.event.pull_request.base.sha }}