File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 72
72
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
73
73
74
74
lint :
75
- needs : small_tests
75
+ needs : build
76
76
runs-on : ubuntu-latest
77
77
steps :
78
78
- name : Checkout source tree
@@ -166,7 +166,7 @@ jobs:
166
166
167
167
168
168
server_tests :
169
- needs : small_tests
169
+ needs : [ chrome_tests, firefox_tests ]
170
170
runs-on : ubuntu-latest
171
171
steps :
172
172
- name : Checkout source tree
@@ -177,8 +177,10 @@ jobs:
177
177
path : |
178
178
~/.cache/bazel-disk
179
179
~/.cache/bazel-repo
180
- key : ${{ runner.os }}-bazel-firefox -tests-${{ hashFiles('**/BUILD.bazel') }}
180
+ key : ${{ runner.os }}-bazel-server -tests-${{ hashFiles('**/BUILD.bazel') }}
181
181
restore-keys : |
182
+ ${{ runner.os }}-bazel-server-tests-
183
+ ${{ runner.os }}-bazel-chrome-tests-
182
184
${{ runner.os }}-bazel-firefox-tests-
183
185
${{ runner.os }}-bazel-build-
184
186
- name : Setup bazelisk
@@ -189,7 +191,7 @@ jobs:
189
191
java-version : ' 11'
190
192
- name : Setup Chrome and ChromeDriver
191
193
uses : ./.github/actions/setup-chrome
192
- - name : Setup Firefox and geckodriver
194
+ - name : Setup Firefox and GeckoDriver
193
195
uses : ./.github/actions/setup-firefox
194
196
- name : Start XVFB
195
197
run : Xvfb :99 &
You can’t perform that action at this time.
0 commit comments