performics
RN APK Build / build (push) Failing after 9m56s

This commit is contained in:
NishantRajputRN
2026-05-12 16:04:50 +05:30
parent fff4b3bfe4
commit 1919716676
3 changed files with 11 additions and 9 deletions
+8 -7
View File
@@ -15,6 +15,14 @@ jobs:
with:
fetch-depth: 0
# ---------------- JAVA (Gradle + SonarScanner need JDK on Ubuntu) ----------------
- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
cache: gradle
# ---------------- NODE ----------------
- name: Setup Node
uses: actions/setup-node@v4
@@ -34,13 +42,6 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: http://98.70.31.53:9000
# ---------------- JAVA ----------------
# - name: Setup Java
# uses: actions/setup-java@v4
# with:
# distribution: temurin
# java-version: 17
# ---------------- ANDROID ----------------
# - name: Setup Android SDK
# uses: android-actions/setup-android@v3