Skip to content

Commit 579349d

Browse files
Fix ci.dev.yml test steps
- Add missing test steps to development profile - Ensure consistency across all CI profiles (dev, qa, prod)
1 parent 091165b commit 579349d

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

ci.dev.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ prepare:
66
- name: install backend dependencies
77
command: cd backend && npm install
88
test:
9-
steps: []
9+
steps:
10+
- name: run backend tests
11+
command: cd backend && npm test
12+
- name: run frontend tests
13+
command: cd frontend && npm test
1014
run:
1115
frontend:
1216
steps:

0 commit comments

Comments
 (0)