Skip to content

Commit

Permalink
playwright coverage WIP(22)
Browse files Browse the repository at this point in the history
  • Loading branch information
davorinrusevljan committed Nov 12, 2024
1 parent ef17d89 commit 2bc53fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-playwright.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
id: fastagency-start
run: |
# Start fastagency and grab its pid
nohup fastagency run e2e/llm-sans/main.py &
nohup fastagency run e2e/llm-sans/main.py >nohup.txt 2>nohup-error.txt &
# Get the process ID (PID)
FAST_PID=$!
echo "Started fastagency with PID: $FAST_PID"
Expand Down Expand Up @@ -144,7 +144,6 @@ jobs:
- run: ls -al .coverage
- run: ls
- run: cat nohup.out
- name: Move coverage file
run: mv .coverage coverage/.coverage.playwright.${{ runner.os }}-py${{ inputs.python-version }}-${{ inputs.use-llms }}
- name: Check coverage file
Expand Down

0 comments on commit 2bc53fc

Please sign in to comment.