Skip to content

Commit b7ef89b

Browse files
committed
Allow $PATH into the test env so browser launchers can be found
1 parent 29f03fc commit b7ef89b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.bazelrc

+5-4
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,13 @@ build --noexperimental_sandbox_default_allow_network
2525

2626
# pass environment variables to the test environment
2727
build --test_env=CI
28-
build --test_env=GITHUB_ACTIONS
29-
build --test_env=TRAVIS
30-
build --test_env=DISPLAY
31-
build --test_env=MOZ_HEADLESS
3228
build --test_env=DASHBOARD_URL
29+
build --test_env=DISPLAY
30+
build --test_env=GITHUB_ACTIONS
3331
build --test_env=LOCALAPPDATA
32+
build --test_env=MOZ_HEADLESS
33+
build --test_env=PATH # Remove once browser pinning works
3434
build --test_env=SELENIUM_BROWSER
35+
build --test_env=TRAVIS
3536

3637
test --test_timeout=180

0 commit comments

Comments
 (0)