@@ -15,6 +15,14 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
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 ----------------
|
# ---------------- NODE ----------------
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
@@ -34,13 +42,6 @@ jobs:
|
|||||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||||
SONAR_HOST_URL: http://98.70.31.53:9000
|
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 ----------------
|
# ---------------- ANDROID ----------------
|
||||||
# - name: Setup Android SDK
|
# - name: Setup Android SDK
|
||||||
# uses: android-actions/setup-android@v3
|
# uses: android-actions/setup-android@v3
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
|
|
||||||
console.log("trest")
|
console.log("trest")
|
||||||
console.log("test2")
|
console.log("test2")
|
||||||
console.log("test3")
|
console.log("test3")
|
||||||
|
console.log("test4")
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
# Auth: use SONAR_TOKEN (env) or -Dsonar.token=... — never commit tokens or sonar.login here.
|
# Auth: use SONAR_TOKEN (env) or -Dsonar.token=... — never commit tokens or sonar.login here.
|
||||||
sonar.projectKey=novaCodeTest
|
sonar.projectKey=performics
|
||||||
sonar.sources=.
|
sonar.sources=.
|
||||||
sonar.host.url=http://98.70.31.53:9000
|
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).
|
# From CLI intent: skip Java/Kotlin and the Android tree; **/ forms cover the repo (not only repo root).
|
||||||
|
|||||||
Reference in New Issue
Block a user