Skip to content

Commit 28d17ce

Browse files
author
Kelly Selden
committed
chore: set CHROMEDRIVER_SKIP_DOWNLOAD in CI
This is just an optimisation because github agents already have a matching version for Chrome.
1 parent 165318e commit 28d17ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
DEBUG: "@faltest*,faltest-helpers"
11-
DETECT_CHROMEDRIVER_VERSION: true
11+
CHROMEDRIVER_SKIP_DOWNLOAD: true
1212

1313
jobs:
1414
lint-git:

0 commit comments

Comments
 (0)