Skip to content

Commit 7049499

Browse files
git commit -m 'updated workflow bugs'
1 parent 3839add commit 7049499

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/autodeploy.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ jobs:
1717
with:
1818
node-version: 18
1919

20-
- name: Run Tests
21-
run: npm test
20+
- name: Run frontend tests
21+
run: cd course-matrix/frontend && npm install && npm run test
22+
- name: Run backend tests
23+
run: cd course-matrix/backend && npm install && npm run test
2224

2325
deploy:
2426
needs: test

0 commit comments

Comments
 (0)