From 10352f6979fc778b626bcb463e80f868634bb46a Mon Sep 17 00:00:00 2001 From: Bob Date: Mon, 2 Aug 2021 17:36:58 -0400 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 16c1eb8..ea70c8c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,9 +29,10 @@ jobs: run: sudo apt-get install openscad - run: echo "rendering new fixtures..." - run: mkdir tests/output/ + - run: touch tests/empty.scad - run: 'openscad -o "tests/output/test.stl" "tests/test.scad"' - run: echo "differencing new fixtures from old fixtures..." - - run: openscad /dev/null -D 'difference(){import("tests/test.stl");import("tests/otuput/test.stl");}' -o output.stl + - run: openscad tests/empty.scad -D 'difference(){import("test.stl");import("output/test.stl");}' -o output.stl - run: du -B=1 output.stl - run: | git config --global user.name 'KeyV2 GHA Bot'