Skip to content

Use SDK size workflows from build conventions repository #1246

Use SDK size workflows from build conventions repository

Use SDK size workflows from build conventions repository #1246

Workflow file for this run

name: SDK size checks
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
compare-sdk-sizes:
uses: GetStream/stream-build-conventions-android/.github/workflows/[email protected]
with:
modules: "stream-video-android-core stream-video-android-ui-xml stream-video-android-ui-compose"
metrics-project: "stream-video-android-metrics"
secrets:
BUILD_CACHE_AWS_REGION: ${{ secrets.BUILD_CACHE_AWS_REGION }}
BUILD_CACHE_AWS_BUCKET: ${{ secrets.BUILD_CACHE_AWS_BUCKET }}
BUILD_CACHE_AWS_ACCESS_KEY_ID: ${{ secrets.BUILD_CACHE_AWS_ACCESS_KEY_ID }}
BUILD_CACHE_AWS_SECRET_KEY: ${{ secrets.BUILD_CACHE_AWS_SECRET_KEY }}