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 c7acd8271a - Show all commits

View File

@ -84,12 +84,10 @@ jobs:
- run: cd /home/bun/app && ls -la
- name: Checkout Code
uses: actions/checkout@v4
- name: Install bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: |
cd frontend
bun install
cp -r /home/bun/app/node_modules .
- name: Test build
run: |
cd frontend