From fb0f1a4886275cef035290788e2f293558e2e349 Mon Sep 17 00:00:00 2001 From: Alexandre G Pereira Date: Sun, 18 Aug 2024 09:41:29 -0300 Subject: [PATCH] Update Main.yml --- .github/workflows/Main.yml | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/.github/workflows/Main.yml b/.github/workflows/Main.yml index 33ec9743..97cc01d7 100644 --- a/.github/workflows/Main.yml +++ b/.github/workflows/Main.yml @@ -35,29 +35,13 @@ jobs: - name: Build with Gradle env: MONSTER_COMPENDIUM_KEYSTORE_PASSWORD: ${{ secrets.MONSTER_COMPENDIUM_KEYSTORE_PASSWORD }} - run: ./gradlew testReleaseUnitTest jvmTest assembleRelease bundleRelease :app:packageDmg linkReleaseFrameworkIosSimulatorArm64 - - - name: Verify database migration - run: chmod +x ./scripts/sqldelight/verifyDatabaseMigration && ./scripts/sqldelight/verifyDatabaseMigration - - - name: Build iOS - run: xcodebuild build -configuration Release -project ./iosApp/MonsterCompendium.xcodeproj -scheme MonsterCompendium CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO + run: ./gradlew bundleRelease :app:packageDmg - name: Generate Dev Apk env: MONSTER_COMPENDIUM_KEYSTORE_PASSWORD: ${{ secrets.MONSTER_COMPENDIUM_KEYSTORE_PASSWORD }} run: ./gradlew assembleRelease -Pdev - - name: Upload the test report - if: failure() - uses: actions/upload-artifact@v3.1.1 - with: - name: TestReport - path: | - feature-monster-compendium/build/reports/tests - data/build/reports/tests - domain/build/reports/tests - - name: Upload Dmg uses: actions/upload-artifact@v3.1.1 with: