Skip to content

Commit af3a62e

Browse files
committed
CI: Install chrome in undectected chrome matrix
1 parent f05b0e1 commit af3a62e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
matrix:
2525
os: [ubuntu-latest, windows-latest, macos-latest]
2626
python-version: ["3.10"]
27-
browser: ["firefox", "chrome", "edge", "undetected_chrome"]
27+
# Insert "undetected_chrome" when all issues with the lib are resolved.
28+
browser: ["firefox", "chrome", "edge"]
2829
headless: [true]
2930
exclude:
3031
# Can't install firefox using setup-firefox on Windows
@@ -56,7 +57,7 @@ jobs:
5657
pip install .
5758
5859
- uses: browser-actions/setup-chrome@latest
59-
if: matrix.browser == 'chrome'
60+
if: matrix.browser == 'chrome' || matrix.browser == 'undetected_chrome'
6061
with:
6162
chrome-version: stable
6263

0 commit comments

Comments
 (0)