Skip to content

Commit 0ac86da

Browse files
committed
[java] Start Firefox headless in server tests
1 parent 218c142 commit 0ac86da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/java.yml

+2
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,8 @@ jobs:
174174
- name: Setup Firefox and geckodriver
175175
uses: ./.github/actions/setup-firefox
176176
- name: Run server tests
177+
env:
178+
MOZ_HEADLESS: 1
177179
uses: ./.github/actions/bazel-test
178180
with:
179181
query: tests(//java/server/...) except attr(tags, 'lint|ie|edge|edgehtml|safari', tests(//java/server/...))

0 commit comments

Comments
 (0)