fix(chore): prepare Qodana dirs
Some checks failed
Build, Test, Deploy and Analysis / qodana (push) Failing after 56s
Build, Test, Deploy and Analysis / test-backend (push) Successful in 51s
Build, Test, Deploy and Analysis / build-and-push (push) Successful in 17s
Build, Test, Deploy and Analysis / deploy (push) Successful in 8s
Some checks failed
Build, Test, Deploy and Analysis / qodana (push) Failing after 56s
Build, Test, Deploy and Analysis / test-backend (push) Successful in 51s
Build, Test, Deploy and Analysis / build-and-push (push) Successful in 17s
Build, Test, Deploy and Analysis / deploy (push) Successful in 8s
This commit is contained in:
@@ -19,11 +19,20 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0 # Fondamentale per Qodana per analizzare la storia
|
||||
|
||||
- name: Prepare Qodana dirs
|
||||
shell: bash
|
||||
run: |
|
||||
mkdir -p /tmp/qodana/caches /tmp/qodana/results
|
||||
mkdir -p .qodana/cache .qodana/results
|
||||
|
||||
- name: 'Qodana Scan'
|
||||
uses: JetBrains/qodana-action@v2025.3
|
||||
env:
|
||||
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
|
||||
with:
|
||||
project-dir: backend
|
||||
cache-dir: .qodana/cache
|
||||
results-dir: .qodana/results
|
||||
# In Gitea, pr-mode funziona se il runner ha accesso ai dati del clone
|
||||
pr-mode: ${{ gitea.event_name == 'pull_request' }}
|
||||
use-caches: false
|
||||
|
||||
Reference in New Issue
Block a user