We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfbabbd commit 63c776dCopy full SHA for 63c776d
1 file changed
.github/workflows/backend-app.yml
@@ -30,10 +30,10 @@ jobs:
30
uses: astral-sh/setup-uv@v6
31
with:
32
enable-cache: true
33
- cache-dependency-glob: server/uv.lock
+ cache-dependency-glob: backend/uv.lock
34
activate-environment: true
35
- working-directory: server
36
- cache-local-path: ${{ github.workspace }}/server/.uv_cache
+ working-directory: backend
+ cache-local-path: ${{ github.workspace }}/backend/.uv_cache
37
38
- name: Install dependencies using uv
39
run: |
0 commit comments