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 cfdf392 commit 566992eCopy full SHA for 566992e
.github/workflows/ci.yml
@@ -2,8 +2,9 @@ name: Tests
2
3
on:
4
workflow_dispatch:
5
- branches:
6
- - "main"
+ push:
+ branches:
7
+ - "main"
8
pull_request:
9
10
concurrency:
@@ -26,8 +27,7 @@ jobs:
26
27
matrix:
28
os: [ubuntu-latest, windows-latest, macos-latest]
29
python-version: ["3.10"]
- # Insert "undetected_chrome" when all issues with the lib are resolved.
30
- browser: ["firefox", "chrome", "edge"]
+ browser: ["firefox", "chrome", "edge", "undetected_chrome"]
31
headless: [true]
32
exclude:
33
# Can't install firefox using setup-firefox on Windows
0 commit comments