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 bc54a12 commit 06d8a2bCopy full SHA for 06d8a2b
1 file changed
.github/workflows/frontend-app.yml
@@ -29,11 +29,8 @@ jobs:
29
- name: Install uv package manager
30
uses: astral-sh/setup-uv@v6
31
with:
32
- enable-cache: true
33
- cache-dependency-glob: frontend/uv.lock
34
activate-environment: true
35
working-directory: frontend
36
- cache-local-path: ${{ github.workspace }}/frontend/.uv_cache
37
38
- name: Install dependencies using uv
39
run: |
0 commit comments