Skip to content

AND-246: Reuse actions workflow of Android SDK size #3

AND-246: Reuse actions workflow of Android SDK size

AND-246: Reuse actions workflow of Android SDK size #3

Workflow file for this run

name: SDK size
on:
pull_request:
jobs:
sdk-size:
name: Update and compare SDK sizes
uses: GetStream/actions_workflows/.github/workflows/android-sdk-size.yml@main

Check failure on line 9 in .github/workflows/sdk-size.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/sdk-size.yml

Invalid workflow file

error parsing called workflow ".github/workflows/sdk-size.yml" -> "GetStream/actions_workflows/.github/workflows/android-sdk-size.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
metricsProject: "stream-chat-android-metrics"
modules: "stream-chat-android-client stream-chat-android-offline stream-chat-android-ui-components stream-chat-android-compose"
secrets:
token: ${{ secrets.GITHUB_TOKEN }}