We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63c776d commit 1f768baCopy full SHA for 1f768ba
1 file changed
.github/workflows/frontend-app.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
18
env:
19
- UV_CACHE_DIR: ${{ github.workspace }}/server/.uv_cache
+ UV_CACHE_DIR: ${{ github.workspace }}/frontend/.uv_cache
20
21
permissions:
22
contents: read
@@ -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: frontend/uv.lock
34
activate-environment: true
35
- working-directory: server
36
- cache-local-path: ${{ github.workspace }}/server/.uv_cache
+ working-directory: frontend
+ cache-local-path: ${{ github.workspace }}/frontend/.uv_cache
37
38
- name: Install dependencies using uv
39
run: |
0 commit comments