We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8414ffb commit 42970e7Copy full SHA for 42970e7
.github/workflows/ci.yml
@@ -50,10 +50,13 @@ jobs:
50
run: openscad --info
51
continue-on-error: true
52
53
+ - name: Create Image Directories
54
+ run: mkdir -p base_hole_options baseplate hole_cutouts spiral_vase_base
55
+ working-directory: ./images
56
+
57
- name: Run Unit Tests (Headless)
58
uses: coactions/setup-xvfb@6b00cf1889f4e1d5a48635647013c0508128ee1a
59
with:
- shell: bash
60
working-directory: ./tests
61
run: python3 -m unittest
62
0 commit comments