mirror of
https://github.com/kennetek/gridfinity-rebuilt-openscad.git
synced 2025-01-06 14:19:44 +00:00
ci: Ensure image directories exist
This commit is contained in:
parent
8414ffba35
commit
42970e71fe
1 changed files with 4 additions and 1 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -50,10 +50,13 @@ jobs:
|
|||
run: openscad --info
|
||||
continue-on-error: true
|
||||
|
||||
- name: Create Image Directories
|
||||
run: mkdir -p base_hole_options baseplate hole_cutouts spiral_vase_base
|
||||
working-directory: ./images
|
||||
|
||||
- name: Run Unit Tests (Headless)
|
||||
uses: coactions/setup-xvfb@6b00cf1889f4e1d5a48635647013c0508128ee1a
|
||||
with:
|
||||
shell: bash
|
||||
working-directory: ./tests
|
||||
run: python3 -m unittest
|
||||
|
||||
|
|
Loading…
Reference in a new issue