diff --git a/.github/workflows/pr-check-android.yml b/.github/workflows/pr-check-android.yml index 8be07dba74..bd8c878249 100644 --- a/.github/workflows/pr-check-android.yml +++ b/.github/workflows/pr-check-android.yml @@ -81,27 +81,3 @@ jobs: secrets: inherit with: android_package_name: 'mifosng-android' # <-- Change Your Android Package Name - - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - # Set up JDK 17 - - name: Set up JDK 17 - uses: actions/setup-java@v1 - with: - java-version: 17 - - # Build with Gradle - - name: Build with Gradle - run: chmod +x gradlew && ./gradlew assembleDebug - - # Upload APK - - name: Upload APK - uses: actions/upload-artifact@v4 - with: - # Artifact name - name: android-client-app - # File path describing what artifact to upload - path: mifosng-android/build/outputs/apk/debug/mifosng-android-debug.apk \ No newline at end of file