Skip to content

Commit 766ff1f

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 81a4741 commit 766ff1f

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
DETECT_EDGEDRIVER_VERSION: true
1313

1414
jobs:

0 commit comments

Comments
 (0)