Add cache to other pipelines #36

Merged
jank1619 merged 45 commits from feature/custom-pipeline-images into main 2025-02-19 11:55:51 +00:00
Showing only changes of commit fadedb0bcd - Show all commits

View File

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