diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index a354df06..cde9cafa 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,10 +1,11 @@ # Pull Request Template ## Description -Please provide a brief description of the changes made in this pull request. +- Please provide a brief description of the changes made in this pull request. ## Related Issues -List any related issues or tickets that this pull request addresses. +- List any related issues or tickets that this pull request addresses. +- For example, closes https://algorandfoundation.atlassian.net/browse/PERA-# ## Checklist - [ ] Have you tested your changes locally? @@ -14,4 +15,4 @@ List any related issues or tickets that this pull request addresses. - [ ] Have you updated any relevant dependencies? ## Additional Notes -Add any additional notes or comments that may be helpful for reviewers. +- Add any additional notes or comments that may be helpful for reviewers. diff --git a/.github/workflows/android-app-tests.yml b/.github/workflows/android-app-tests.yml index c7b135ad..d0c4dec5 100644 --- a/.github/workflows/android-app-tests.yml +++ b/.github/workflows/android-app-tests.yml @@ -54,3 +54,18 @@ jobs: name: "app-lint-results" path: ./**/build/reports/** overwrite: true + + android-bundle-publish-test: + name: "Android App Bundle Publish Test" + runs-on: ubuntu-latest + steps: + - name: "Checkout" + uses: actions/checkout@v4 + - name: "Install JDK 17" + uses: actions/setup-java@v4 + with: + distribution: "zulu" + java-version: "17" + cache: "gradle" + - name: "Run App Bundle Publish Test" + run: ./gradlew packageProdReleaseBundle