We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb2fd2c commit 7221fcbCopy full SHA for 7221fcb
1 file changed
.github/workflows/ci.yml
@@ -66,16 +66,16 @@ jobs:
66
node-version: 8
67
68
- name: Install dependencies
69
- run: npm install
+ run: |
70
+ cd frontend
71
+ npm install
72
+ npm install -g @angular/cli@1.7.3
73
- - name: Install Angular Dependency
- run: npm install -g @angular/cli@1.7.3
-
74
- name: Build and test frontend
75
run: |
76
cd frontend
77
- ng build --prod
78
- ng test
+ npm build
+ npm test
79
80
backend-test:
81
runs-on: ubuntu-latest
0 commit comments