ci: remove time command from CI workflow script
This commit is contained in:
parent
bb24af241c
commit
6fb3f2bef2
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
cd frontend
|
cd frontend
|
||||||
time ln -s /home/bun/app/node_modules node_modules
|
ln -s /home/bun/app/node_modules node_modules
|
||||||
- name: Test build
|
- name: Test build
|
||||||
run: |
|
run: |
|
||||||
cd frontend
|
cd frontend
|
||||||
|
|
Reference in a new issue