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
+1
View File
@@ -2,3 +2,4 @@
console.log("trest")
console.log("test2")
console.log("test3")
console.log("test4")
+1 -1
View File
@@ -1,5 +1,5 @@
# Auth: use SONAR_TOKEN (env) or -Dsonar.token=... — never commit tokens or sonar.login here.
sonar.projectKey=novaCodeTest
sonar.projectKey=performics
sonar.sources=.
sonar.host.url=http://98.70.31.53:9000
# From CLI intent: skip Java/Kotlin and the Android tree; **/ forms cover the repo (not only repo root).