ci: Fix node_modules path in CI workflow configuration

This commit is contained in:
Jan Gleytenhoover 2025-02-19 11:57:08 +01:00
parent 59263dca71
commit fadedb0bcd
Signed by: jank
GPG key ID: 22BEAC760B3333D6

View file

@ -89,7 +89,7 @@ jobs:
working-directory: ./frontend
with:
path: |
~/node_modules
~/node_modules/
key: ${{ runner.os }}-bun-
restore-keys: |
${{ runner.os }}-bun-
@ -97,6 +97,7 @@ jobs:
run: |
cd frontend
bun install
- run: cd frontend && ls -la
- name: Test build
run: |
cd frontend