Skip to content

Commit c03557a

Browse files
committed
Add xvfb.
1 parent ba19195 commit c03557a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
- run:
2828
name: gradlew spotlessCheck assemble testClasses
2929
command: ./gradlew spotlessCheck assemble testClasses --build-cache
30+
- run:
31+
name: Xvfb :99 -screen 0 1280x1024x24
32+
command: Xvfb :99 -screen 0 1280x1024x24
3033
- run:
3134
name: gradlew check
3235
command: ./gradlew check --build-cache

0 commit comments

Comments
 (0)