File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -65,11 +65,11 @@ jobs:
65
65
working-directory : ./backend
66
66
run : npm test
67
67
68
- # - name: Install dependencies for frontend
69
- # working-directory: ./frontend
70
- # run: npm install
68
+ - name : Install dependencies for frontend
69
+ working-directory : ./frontend
70
+ run : npm install
71
71
72
- # - name: Run frontend tests
73
- # working-directory: ./frontend
74
- # run: npm test
72
+ - name : Run frontend tests
73
+ working-directory : ./frontend
74
+ run : npm test
75
75
Original file line number Diff line number Diff line change 6
6
"start" : " ng serve --host 0.0.0.0 --port 4200" ,
7
7
"build" : " ng build" ,
8
8
"watch" : " ng build --watch --configuration development" ,
9
- "test" : " ng test"
9
+ "test" : " ng test --no-watch "
10
10
},
11
11
"private" : true ,
12
12
"dependencies" : {
You can’t perform that action at this time.
0 commit comments