There was an error while loading. Please reload this page.
1 parent 8fcc382 commit e6349a6Copy full SHA for e6349a6
1 file changed
.github/workflows/javascript.yml
@@ -39,7 +39,9 @@ jobs:
39
- name: Start XVFB
40
run: Xvfb :99 &
41
- name: Run JavaScript tests on Firefox
42
- run: bazel test //javascript/node/selenium-webdriver:tests
+ uses: ./.github/actions/bazel
43
+ with:
44
+ command: test //javascript/node/selenium-webdriver:tests
45
env:
46
DISPLAY: :99
47
SELENIUM_BROWSER: firefox
0 commit comments