diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 13c5ae1..ce2471a 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -46,7 +46,9 @@ jobs: # Build the 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 - name: Start Angular Development Server in Background