Skip to content

Commit 4f31a6c

Browse files
committed
ci: remove test step from frontend CI workflow to optimize deployment process
1 parent c3d59e3 commit 4f31a6c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/frontend.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ jobs:
3030
- name: Install dependencies
3131
run: npm ci
3232

33-
- name: Run tests
34-
run: npm test
3533

3634
deploy:
3735
needs: test

0 commit comments

Comments
 (0)