Skip to content

Commit 68b052c

Browse files
committed
update actions
1 parent fb1e973 commit 68b052c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/actions-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,12 @@ jobs:
3939
with:
4040
htmloutput: "report_output_playwright"
4141
capturescreenshots: "all"
42-
testpath: "tests/browser/test_playwright.py"
42+
testpath: "tests/"
4343
usepoetry: "true"
4444
xmlreport: "report.xml"
4545
gitbranch: "$(git rev-parse --abbrev-ref HEAD)"
4646
publish_github_summary: ${{ secrets.GITHUB_TOKEN }}
47+
4748

4849

4950
# - name: Upload reports

0 commit comments

Comments
 (0)