From 68c2dd506f77a53b920bfedbabdf1aac1511b3ce Mon Sep 17 00:00:00 2001 From: Davorin Rusevljan Date: Tue, 12 Nov 2024 14:43:58 +0000 Subject: [PATCH] playwright coverage WIP2(5) --- .github/workflows/test-playwright.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test-playwright.yaml b/.github/workflows/test-playwright.yaml index cd7dfe0a..0c7e8a01 100644 --- a/.github/workflows/test-playwright.yaml +++ b/.github/workflows/test-playwright.yaml @@ -99,12 +99,11 @@ jobs: run: npm ci - name: Install Playwright Browsers run: npx playwright install --with-deps - - run: cat package-lock.json - name: Start fastagency id: fastagency-start run: | # Start fastagency and grab its pid - export COVERAGE_PROCESS_START + # export COVERAGE_PROCESS_START nohup gunicorn --workers=1 e2e.llm-sans.main:app >nohup.txt 2>nohup-error.txt & # Get the process ID (PID) FAST_PID=$! @@ -147,7 +146,6 @@ jobs: fi - run: ls -al .coverage - - run: ls - run: cat nohup.txt - run: cat nohup-error.txt - name: Report