From 42970e71fee494df136b7d05c14e132b9620a1d2 Mon Sep 17 00:00:00 2001 From: Arthur Moore Date: Sun, 4 Aug 2024 03:22:04 -0400 Subject: [PATCH] ci: Ensure image directories exist --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2418272..5512956 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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