From f21d03dda34dfa8d93aafc63d3bd01eb9b627317 Mon Sep 17 00:00:00 2001 From: Jan Klattenhoff Date: Fri, 17 Jan 2025 11:00:33 +0100 Subject: [PATCH] ci: update command to start Angular server in workflow --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index f77ed47..08e20da 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 serve --configuration=pipeline # > angular.log 2>&1 & env: PORT: 4200 # Ensure the server runs on a predictable port