Skip to content

Commit 63c776d

Browse files
authored
Update backend-app.yml
1 parent cfbabbd commit 63c776d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/backend-app.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
uses: astral-sh/setup-uv@v6
3131
with:
3232
enable-cache: true
33-
cache-dependency-glob: server/uv.lock
33+
cache-dependency-glob: backend/uv.lock
3434
activate-environment: true
35-
working-directory: server
36-
cache-local-path: ${{ github.workspace }}/server/.uv_cache
35+
working-directory: backend
36+
cache-local-path: ${{ github.workspace }}/backend/.uv_cache
3737

3838
- name: Install dependencies using uv
3939
run: |

0 commit comments

Comments
 (0)