Skip to content

Commit

Permalink
chore: set CHROMEDRIVER_SKIP_DOWNLOAD in CI
Browse files Browse the repository at this point in the history
This is just an optimisation because github agents already have a matching version for Chrome.
  • Loading branch information
Kelly Selden committed Sep 3, 2024
1 parent 165318e commit 28d17ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
DEBUG: "@faltest*,faltest-helpers"
DETECT_CHROMEDRIVER_VERSION: true
CHROMEDRIVER_SKIP_DOWNLOAD: true

jobs:
lint-git:
Expand Down

0 comments on commit 28d17ce

Please sign in to comment.