Skip to content

Commit 7fc012a

Browse files
committed
Try specifying no-watch
1 parent c11b9da commit 7fc012a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ jobs:
6565
working-directory: ./backend
6666
run: npm test
6767

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
7171

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
7575

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"start": "ng serve --host 0.0.0.0 --port 4200",
77
"build": "ng build",
88
"watch": "ng build --watch --configuration development",
9-
"test": "ng test"
9+
"test": "ng test --no-watch"
1010
},
1111
"private": true,
1212
"dependencies": {

0 commit comments

Comments
 (0)