Skip to content

Commit 7221fcb

Browse files
authored
Update ci.yml
1 parent eb2fd2c commit 7221fcb

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,16 +66,16 @@ jobs:
6666
node-version: 8
6767

6868
- name: Install dependencies
69-
run: npm install
69+
run: |
70+
cd frontend
71+
npm install
72+
npm install -g @angular/cli@1.7.3
7073
71-
- name: Install Angular Dependency
72-
run: npm install -g @angular/cli@1.7.3
73-
7474
- name: Build and test frontend
7575
run: |
7676
cd frontend
77-
ng build --prod
78-
ng test
77+
npm build
78+
npm test
7979
8080
backend-test:
8181
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)