AND-246: Reuse actions workflow of Android SDK size #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 GitHub Actions / .github/workflows/sdk-size.ymlInvalid workflow file
|
||
with: | ||
metricsProject: "stream-chat-android-metrics" | ||
modules: "stream-chat-android-client stream-chat-android-offline stream-chat-android-ui-components stream-chat-android-compose" |