Skip to content

Commit 4bd12eb

Browse files
committed
CI: Implement undetect chrome in setup-chrome
1 parent 251c0c3 commit 4bd12eb

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
@@ -59,7 +59,7 @@ jobs:
5959
pip install .
6060
6161
- uses: browser-actions/setup-chrome@latest
62-
if: matrix.browser == 'chrome'
62+
if: matrix.browser == 'chrome' || matrix.browser == 'undetected_chrome'
6363
with:
6464
chrome-version: stable
6565

0 commit comments

Comments
 (0)