ci: update dependency installation to use symlink
Some checks failed
Some checks failed
This commit is contained in:
parent
0b61ce11e1
commit
c258f1014d
@ -82,7 +82,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
cd frontend
|
cd frontend
|
||||||
cp -r /home/bun/app/node_modules .
|
ln -s /home/bun/app/node_modules node_modules
|
||||||
- name: Test build
|
- name: Test build
|
||||||
run: |
|
run: |
|
||||||
cd frontend
|
cd frontend
|
||||||
|
Loading…
x
Reference in New Issue
Block a user