CI/CD time optimization attempt 6
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Gitea Android Builder / Build (push) Failing after 54s
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Gitea Android Builder / Build (push) Failing after 54s
				
			This commit is contained in:
		| @@ -16,25 +16,24 @@ jobs: | |||||||
|         uses: actions/setup-java@v4 |         uses: actions/setup-java@v4 | ||||||
|         with: |         with: | ||||||
|           java-version: '23' |           java-version: '23' | ||||||
|           distribution: 'zulu' |           distribution: 'temurin' | ||||||
|           cache: 'gradle' |       - name: Set up Android SDK | ||||||
| #      - name: Set up Android SDK |         uses: android-actions/setup-android@v3 | ||||||
| #        uses: android-actions/setup-android@v3 |  | ||||||
|       - name: Grant execute permission for gradlew |       - name: Grant execute permission for gradlew | ||||||
|         run: chmod +x gradlew |         run: chmod +x gradlew | ||||||
| #      - name: Cache Gradle packages |       - name: Cache Gradle packages | ||||||
| #        uses: actions/cache@v3 |         uses: actions/cache@v3 | ||||||
| #        with: |         with: | ||||||
| #          path: | |           path: | | ||||||
| #            ~/.gradle/caches |             ~/.gradle/caches | ||||||
| #            ~/.gradle/wrapper |             ~/.gradle/wrapper | ||||||
| #          key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }} |           key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }} | ||||||
|       - name: Build with Gradle |       - name: Build with Gradle | ||||||
|         uses: gradle/gradle-build-action@v2 |         uses: gradle/gradle-build-action@v2 | ||||||
|         with: |         with: | ||||||
|           arguments: assembleDebug |           arguments: assembleDebug | ||||||
|       - name: Upload .apk Artifact |       - name: Upload .apk Artifact | ||||||
|         uses: actions/upload-artifact@v3 |         uses: actions/upload-artifact@v4 | ||||||
|         with: |         with: | ||||||
|           name: android-app-apk |           name: android-app-apk | ||||||
|           path: app/build/outputs/apk/debug/*.apk |           path: app/build/outputs/apk/debug/*.apk | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user