We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da0ea5c commit 9935f8eCopy full SHA for 9935f8e
.github/workflows/patchright_tests.yml
@@ -1,6 +1,7 @@
1
name: Patchright Chromium Tests
2
3
on:
4
+ workflow_dispatch:
5
push:
6
branches: [main]
7
pull_request:
@@ -66,4 +67,4 @@ jobs:
66
67
- name: Run Chromium Tests
68
run: |
69
xvfb-run pytest --browser=chromium --disable-warnings --timeout 90 tests/sync/
- xvfb-run pytest --browser=chromium --disable-warnings --timeout 90 tests/async/
70
+ xvfb-run pytest --browser=chromium --disable-warnings --timeout 90 tests/async/
0 commit comments