build: update Angular CLI before building project
Some checks failed
Playwright Tests / test (pull_request) Failing after 3m27s
Some checks failed
Playwright Tests / test (pull_request) Failing after 3m27s
This commit is contained in:
parent
b693ea7706
commit
2ee45c699a
1 changed files with 3 additions and 1 deletions
4
.github/workflows/playwright.yml
vendored
4
.github/workflows/playwright.yml
vendored
|
@ -46,7 +46,9 @@ jobs:
|
||||||
|
|
||||||
# Build the Angular project
|
# Build the Angular project
|
||||||
- name: Build Angular Project
|
- name: Build Angular Project
|
||||||
run: ng build --configuration=pipeline
|
run: |
|
||||||
|
npm install -g @angular/cli
|
||||||
|
ng build --configuration=pipeline
|
||||||
|
|
||||||
# Start Angular development server
|
# Start Angular development server
|
||||||
- name: Start Angular Development Server in Background
|
- name: Start Angular Development Server in Background
|
||||||
|
|
Loading…
Add table
Reference in a new issue