Skip to content

Commit

Permalink
Merge pull request c2siorg#77 from rajutkarsh07/fixFrontend
Browse files Browse the repository at this point in the history
fixed frontend testing
  • Loading branch information
rajutkarsh07 authored Oct 24, 2024
2 parents c070567 + 862a5b2 commit c96f41d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/frontend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,20 @@ jobs:
git checkout pr
- name: Install Angular CLI
run: npm install -g @angular/cli
run: |
cd webiu-ui
npm install -g @angular/cli
- name: Install dependencies
run: |
cd webiu-ui
npm install
- name: Install Chrome
run: |
sudo apt-get update
sudo apt-get install -y google-chrome-stable
- name: Build Angular App
run: |
cd webiu-ui
Expand All @@ -46,4 +53,4 @@ jobs:
- name: Run Angular Tests
run: |
cd webiu-ui
npm test
npm test -- --browsers=ChromeHeadless --watch=false

0 comments on commit c96f41d

Please sign in to comment.