diff --git a/.github/workflows/petJournalAndroid.yml b/.github/workflows/petJournalAndroid.yml index 48c2a28e..a54c0ab5 100644 --- a/.github/workflows/petJournalAndroid.yml +++ b/.github/workflows/petJournalAndroid.yml @@ -78,33 +78,32 @@ jobs: name: unit_test_report path: petJournal/app/build/reports/tests/testDebugUnitTest/ - package: - name: Generate Android App Bundle - runs-on: ubuntu-latest - needs: unit-test - steps: - - name: Checkout the code - uses: actions/checkout@v4.1.1 - - - name: Set up JDK 17 - uses: actions/setup-java@v4.0.0 - with: - java-version: '17' - distribution: 'temurin' - cache: 'gradle' - - - name: Grant execute permission for gradlew - run: chmod +x gradlew - working-directory: petJournal - - - name: Build Android App Bundle - run: ./gradlew bundle - working-directory: petJournal - - - - name: Upload Android App Bundle - uses: actions/upload-artifact@v4 - with: - name: app-release.aab - path: petJournal/app/build/outputs/bundle/release/app-release.aab +# package: +# name: Generate Android App Bundle +# runs-on: ubuntu-latest +# needs: unit-test +# steps: +# - name: Checkout the code +# uses: actions/checkout@v4.1.1 +# +# - name: Set up JDK 17 +# uses: actions/setup-java@v4.0.0 +# with: +# java-version: '17' +# distribution: 'temurin' +# cache: 'gradle' +# +# - name: Grant execute permission for gradlew +# run: chmod +x gradlew +# working-directory: petJournal +# +# - name: Build Android App Bundle +# run: ./gradlew bundle +# working-directory: petJournal +# +# - name: Upload Android App Bundle +# uses: actions/upload-artifact@v4 +# with: +# name: app-release.aab +# path: petJournal/app/build/outputs/bundle/release/app-release.aab