You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/ci-javascript.yml
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,9 @@ jobs:
41
41
name: Browser Tests (${{ matrix.browser }})
42
42
browser: ${{ matrix.browser }}
43
43
cache-key: node
44
-
run: bazel test --flaky_test_attempts 3 //javascript/node/selenium-webdriver:tests
44
+
run: |
45
+
export SELENIUM_BROWSER=${{ matrix.browser }}
46
+
bazel test --flaky_test_attempts 3 //javascript/node/selenium-webdriver:tests
45
47
46
48
# As soon as this gets merged https://github.com/facebook/jest/pull/9351, we should upgrade Jest and
47
49
# run bazel test javascript/grid-ui:test for these tests
0 commit comments