Skip to content

Commit 566992e

Browse files
committed
CI: Implement undetected in testing
1 parent cfdf392 commit 566992e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ name: Tests
22

33
on:
44
workflow_dispatch:
5-
branches:
6-
- "main"
5+
push:
6+
branches:
7+
- "main"
78
pull_request:
89

910
concurrency:
@@ -26,8 +27,7 @@ jobs:
2627
matrix:
2728
os: [ubuntu-latest, windows-latest, macos-latest]
2829
python-version: ["3.10"]
29-
# Insert "undetected_chrome" when all issues with the lib are resolved.
30-
browser: ["firefox", "chrome", "edge"]
30+
browser: ["firefox", "chrome", "edge", "undetected_chrome"]
3131
headless: [true]
3232
exclude:
3333
# Can't install firefox using setup-firefox on Windows

0 commit comments

Comments
 (0)