Skip to content

Commit

Permalink
added step to generate report
Browse files Browse the repository at this point in the history
  • Loading branch information
mrehan27 committed Mar 26, 2024
1 parent b3f758f commit e638694
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ jobs:
# uses: kenji-miyake/setup-sd@v1
uses: levibostian/setup-sd@add-file-extension # Using fork until upstream Action has bug fixed in it.

- name: Generate SDK Size Report
run: ./gradlew generateSdkSizeReport -PsaveReportTo=reports

- name: Stage SDK Size Report
run: git add reports/

# Semantic-release tool is used to:
# 1. Determine the next semantic version for the software during deployment.
# For example, if the last deployment you made was version 1.3.5 and you are releasing a new feature
Expand Down

0 comments on commit e638694

Please sign in to comment.