diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 0094be0..f77ed47 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -52,7 +52,7 @@ jobs: # Start Angular development server - name: Start Angular Development Server in Background - run: ng run --configuration=pipeline > angular.log 2>&1 & + run: ng run --configuration=pipeline # > angular.log 2>&1 & env: PORT: 4200 # Ensure the server runs on a predictable port