Skip to content

Commit 9935f8e

Browse files
authored
Add workflow_dispatch trigger to tests workflow
1 parent da0ea5c commit 9935f8e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/patchright_tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Patchright Chromium Tests
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches: [main]
67
pull_request:
@@ -66,4 +67,4 @@ jobs:
6667
- name: Run Chromium Tests
6768
run: |
6869
xvfb-run pytest --browser=chromium --disable-warnings --timeout 90 tests/sync/
69-
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

Comments
 (0)