Skip to content

Commit

Permalink
playwright coverage WIP2(5)
Browse files Browse the repository at this point in the history
  • Loading branch information
davorinrusevljan committed Nov 12, 2024
1 parent 3da55e9 commit 68c2dd5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test-playwright.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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=$!
Expand Down Expand Up @@ -147,7 +146,6 @@ jobs:
fi
- run: ls -al .coverage
- run: ls
- run: cat nohup.txt
- run: cat nohup-error.txt
- name: Report
Expand Down

0 comments on commit 68c2dd5

Please sign in to comment.