Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
davorrunje committed Nov 12, 2024
1 parent d21648e commit b83d88b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-playwright.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ jobs:
- run: ls
- run: cat nohup.txt
- run: cat nohup-error.txt
- name: Report
run: coverage report -i --no-skip-covered
- 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 b83d88b

Please sign in to comment.