Skip to content

Commit 12647b7

Browse files
committed
CI: Implement undetect in matrix
1 parent 2f8fc21 commit 12647b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
os: [ubuntu-latest, windows-latest, macos-latest]
2626
python-version: ["3.10"]
2727
# Insert "undetected_chrome" when all issues with the lib are resolved.
28-
browser: ["firefox", "chrome", "edge"]
28+
browser: ["firefox", "chrome", "edge", "undetected_chrome" ]
2929
headless: [true]
3030
exclude:
3131
# Can't install firefox using setup-firefox on Windows

0 commit comments

Comments
 (0)