From a19ddeed47782f53366e4edbe78a800276060140 Mon Sep 17 00:00:00 2001 From: Jan Klattenhoff Date: Wed, 19 Feb 2025 11:50:07 +0100 Subject: [PATCH] ci: update cache paths in CI configuration --- .gitea/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index e1c1496..db9cb0e 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -89,8 +89,7 @@ jobs: working-directory: ./frontend with: path: | - ~/.gradle/caches - ~/.gradle/wrapper + node_modules key: ${{ runner.os }}-bun- restore-keys: | ${{ runner.os }}-bun-