File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : ' Run bazel query and pass found targets to bazel test'
22inputs :
33 query : # id of input
4+ description : ' Query to execute and to be used when running tests'
45 required : true
56 attempts :
7+ description : ' Test attempts before giving up'
68 required : false
79 default : 1
810runs :
Original file line number Diff line number Diff line change 11name : ' Run bazel'
2+ description : ' Simple action to run bazel commands'
23inputs :
34 command : # id of input
5+ description : ' Bazel command to run'
46 required : true
57runs :
68 using : " composite"
Original file line number Diff line number Diff line change @@ -68,10 +68,11 @@ jobs:
6868 matrix.browser == 'chrome'
6969 - name : Start XVFB
7070 run : Xvfb :99 &
71- - name : Run JavaScript tests on Firefox
72- uses : ./.github/actions/bazel
71+ - name : Run JavaScript tests
72+ uses : ./.github/actions/bazel-test
7373 with :
74- command : test //javascript/node/selenium-webdriver:tests
74+ query : //javascript/node/selenium-webdriver:tests
75+ attempts : 3
7576 env :
7677 DISPLAY : :99
7778 SELENIUM_BROWSER : ${{ matrix.browser }}
You can’t perform that action at this time.
0 commit comments