File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -50,10 +50,12 @@ jobs:
5050 run : openscad --info
5151 continue-on-error : true
5252
53- - name : Run Unit Tests
54- shell : bash
55- working-directory : ./tests
56- run : python3 -m unittest
53+ - name : Run Unit Tests (Headless)
54+ uses : coactions/setup-xvfb@6b00cf1889f4e1d5a48635647013c0508128ee1a
55+ with :
56+ shell : bash
57+ working-directory : ./tests
58+ run : python3 -m unittest
5759
5860concurrency :
5961 group : ${{ github.workflow }}-${{ github.ref }}
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ class OpenScadRunner:
117117 #'--hardwarnings', # Does not work when setting variables by using functions
118118 #'--enable=fast-csg', # Requires Beta version of OpenSCAD
119119 #'--enable=predictible-output', # Requires Beta version of OpenSCAD
120- '--render=true' # Required on headless systems
120+ # '--render=true' # Fully render geometry for images, instead of using fast preview mode.
121121 '--imgsize=1280,720' ,
122122 '--view=axes' ,
123123 '--projection=ortho' ,
You can’t perform that action at this time.
0 commit comments