From 63c776d04095dcdc03a171ac4615262987b1ad3e Mon Sep 17 00:00:00 2001 From: Jan-David Wiederstein <141321444+Datata1@users.noreply.github.com> Date: Thu, 12 Jun 2025 11:45:37 +0200 Subject: [PATCH 1/3] Update backend-app.yml --- .github/workflows/backend-app.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/backend-app.yml b/.github/workflows/backend-app.yml index 7415192..d578202 100644 --- a/.github/workflows/backend-app.yml +++ b/.github/workflows/backend-app.yml @@ -30,10 +30,10 @@ jobs: uses: astral-sh/setup-uv@v6 with: enable-cache: true - cache-dependency-glob: server/uv.lock + cache-dependency-glob: backend/uv.lock activate-environment: true - working-directory: server - cache-local-path: ${{ github.workspace }}/server/.uv_cache + working-directory: backend + cache-local-path: ${{ github.workspace }}/backend/.uv_cache - name: Install dependencies using uv run: | From 1f768ba955aca3943fd174fe44ec097fc57fa35b Mon Sep 17 00:00:00 2001 From: Jan-David Wiederstein <141321444+Datata1@users.noreply.github.com> Date: Thu, 12 Jun 2025 11:46:01 +0200 Subject: [PATCH 2/3] Update frontend-app.yml --- .github/workflows/frontend-app.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/frontend-app.yml b/.github/workflows/frontend-app.yml index dea33f5..983ce38 100644 --- a/.github/workflows/frontend-app.yml +++ b/.github/workflows/frontend-app.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest env: - UV_CACHE_DIR: ${{ github.workspace }}/server/.uv_cache + UV_CACHE_DIR: ${{ github.workspace }}/frontend/.uv_cache permissions: contents: read @@ -30,10 +30,10 @@ jobs: uses: astral-sh/setup-uv@v6 with: enable-cache: true - cache-dependency-glob: server/uv.lock + cache-dependency-glob: frontend/uv.lock activate-environment: true - working-directory: server - cache-local-path: ${{ github.workspace }}/server/.uv_cache + working-directory: frontend + cache-local-path: ${{ github.workspace }}/frontend/.uv_cache - name: Install dependencies using uv run: | From ab2012c7554e16d591c368c82c9297ba0c74fa4c Mon Sep 17 00:00:00 2001 From: Jan-David Wiederstein <141321444+Datata1@users.noreply.github.com> Date: Thu, 12 Jun 2025 11:46:13 +0200 Subject: [PATCH 3/3] Update backend-app.yml --- .github/workflows/backend-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backend-app.yml b/.github/workflows/backend-app.yml index d578202..cb9a089 100644 --- a/.github/workflows/backend-app.yml +++ b/.github/workflows/backend-app.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest env: - UV_CACHE_DIR: ${{ github.workspace }}/server/.uv_cache + UV_CACHE_DIR: ${{ github.workspace }}/backend/.uv_cache permissions: contents: read