ci: remove time command from CI workflow script

This commit is contained in:
Jan Gleytenhoover 2025-02-19 11:36:51 +01:00
parent bb24af241c
commit 6fb3f2bef2
Signed by: jank
GPG key ID: 22BEAC760B3333D6

View file

@ -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