ci: add timing to node_modules symlink creation step
This commit is contained in:
parent
c258f1014d
commit
bb24af241c
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
cd frontend
|
||||
ln -s /home/bun/app/node_modules node_modules
|
||||
time ln -s /home/bun/app/node_modules node_modules
|
||||
- name: Test build
|
||||
run: |
|
||||
cd frontend
|
||||
|
|
Reference in a new issue