Skip to content

Commit e6349a6

Browse files
committed
[js] Using bazel action
1 parent 8fcc382 commit e6349a6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/javascript.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ jobs:
3939
- name: Start XVFB
4040
run: Xvfb :99 &
4141
- name: Run JavaScript tests on Firefox
42-
run: bazel test //javascript/node/selenium-webdriver:tests
42+
uses: ./.github/actions/bazel
43+
with:
44+
command: test //javascript/node/selenium-webdriver:tests
4345
env:
4446
DISPLAY: :99
4547
SELENIUM_BROWSER: firefox

0 commit comments

Comments
 (0)