Skip to content

Commit

Permalink
chore - Testing Re-usable workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
niyajali committed Dec 4, 2024
1 parent efe532c commit 0b88c90
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions .github/workflows/multi_platform_build_and_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,15 @@ permissions:
contents: write

concurrency:
group: "pages"
group: "reusable"
cancel-in-progress: false

jobs:
multi_platform_build_and_publish:
name: Build Android Application
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Build and Publish Android App
uses: niyajali/mifos-mobile-github-actions/.github/workflows/multi_platform_build_and_publish.yaml@main
secrets: inherit
with:
release_type: ${{ inputs.release_type }}
publish_android: ${{ inputs.publish_android }}
android_package_name: 'mifospay-android'
uses: niyajali/mifos-mobile-github-actions/.github/workflows/multi_platform_build_and_publish.yaml@main
secrets: inherit
with:
release_type: ${{ inputs.release_type }}
publish_android: ${{ inputs.publish_android }}
android_package_name: 'mifospay-android'

0 comments on commit 0b88c90

Please sign in to comment.