From 3ea8c1b2adbb344515fa154d7c4baf2ad78ea7ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joe=20K=C3=BCng?= Date: Tue, 3 Mar 2026 12:55:09 +0100 Subject: [PATCH] fix(deploy): prova workflow --- .gitea/workflows/pr-checks.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/pr-checks.yaml b/.gitea/workflows/pr-checks.yaml index 631f797..c015c38 100644 --- a/.gitea/workflows/pr-checks.yaml +++ b/.gitea/workflows/pr-checks.yaml @@ -77,18 +77,13 @@ jobs: with: fetch-depth: 0 - - name: Prepare Qodana directories - shell: bash - run: | - mkdir -p .qodana/caches .qodana/results - - name: Qodana Scan uses: JetBrains/qodana-action@v2025.3 env: QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} with: - cache-dir: .qodana/caches - results-dir: .qodana/results + cache-dir: /tmp + results-dir: /tmp args: -i,backend pr-mode: true use-caches: false