Add cache to other pipelines #36
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user