We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29f03fc commit b7ef89bCopy full SHA for b7ef89b
.bazelrc
@@ -25,12 +25,13 @@ build --noexperimental_sandbox_default_allow_network
25
26
# pass environment variables to the test environment
27
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
32
build --test_env=DASHBOARD_URL
+build --test_env=DISPLAY
+build --test_env=GITHUB_ACTIONS
33
build --test_env=LOCALAPPDATA
+build --test_env=MOZ_HEADLESS
+build --test_env=PATH # Remove once browser pinning works
34
build --test_env=SELENIUM_BROWSER
35
+build --test_env=TRAVIS
36
37
test --test_timeout=180
0 commit comments