Skip to content

Commit d8635bf

Browse files
committed
Add DETECT_CHROMEDRIVER_VERSION to test-changed
1 parent bf93a38 commit d8635bf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-changed.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Test Modified Packages
22

33
on: pull_request
4+
env:
5+
# make chromedriver detect installed Chrome version and download the corresponding driver
6+
DETECT_CHROMEDRIVER_VERSION: true
47

58
jobs:
69
test:

0 commit comments

Comments
 (0)