revised build.yaml dropped caching
SonarQube Analysis / Build and Analyze (pull_request) Successful in 2m42s
SonarQube Analysis / Build and Analyze (pull_request) Successful in 2m42s
This commit is contained in:
@@ -14,9 +14,6 @@ jobs:
|
||||
name: Build and Analyze
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
container:
|
||||
image: node:24
|
||||
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:18
|
||||
@@ -42,20 +39,6 @@ jobs:
|
||||
java-version: "25"
|
||||
distribution: "zulu" # Alternative distribution options are available.
|
||||
|
||||
- name: Cache SonarQube packages
|
||||
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
|
||||
with:
|
||||
path: ~/.sonar/cache
|
||||
key: ${{ runner.os }}-sonar
|
||||
restore-keys: ${{ runner.os }}-sonar
|
||||
|
||||
- name: Cache Gradle packages
|
||||
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
|
||||
with:
|
||||
path: ~/.gradle/caches
|
||||
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/*.gradle.kts*') }}
|
||||
restore-keys: ${{ runner.os }}-gradle
|
||||
|
||||
- name: Make Gradle Executable
|
||||
run: chmod +x ./gradlew
|
||||
working-directory: backend
|
||||
|
||||
Reference in New Issue
Block a user