asdsa
RN APK Build / build (push) Waiting to run

This commit is contained in:
NishantRajputRN
2026-05-12 16:37:28 +05:30
parent 5603b173a5
commit 7abeeed9d8
2 changed files with 4 additions and 8 deletions
+2 -7
View File
@@ -38,15 +38,10 @@ jobs:
# Use the CLI via npx (same as npm run sonar); optional SONAR_URL overrides sonar-project.properties.
# In Gitea: Settings → Secrets → SONAR_TOKEN (and optionally SONAR_URL).
- name: SonarQube Scan
uses: SonarSource/sonarqube-scan-action@v6
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_URL }}
run: |
if [ -n "${SONAR_HOST_URL}" ]; then
npx --yes sonarqube-scanner -Dsonar.host.url="${SONAR_HOST_URL}"
else
npx --yes sonarqube-scanner
fi
SONAR_HOST_URL: ${{ secrets.SONAR_URL }}
# ---------------- ANDROID SDK (required on Ubuntu: ANDROID_HOME / sdk.dir) ----------------
- name: Setup Android SDK
+1
View File
@@ -6,3 +6,4 @@ console.log("test4")
console.log("test5")
console.log("test6")
console.log("test7")
console.log("test8")