From ff0352c299b1ba5d61000d4e76c88cc621519f81 Mon Sep 17 00:00:00 2001 From: Bob Date: Mon, 2 Aug 2021 17:52:18 -0400 Subject: [PATCH] } --- .github/workflows/test.yml | 2 +- tests/empty.scad | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 tests/empty.scad diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4a499b1..7157eec 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,7 @@ jobs: - 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 tests/empty.scad -D 'color(0.5,0,0,0.5)import("test.stl");color(0,0.5,0,0.5)import("output/test.stl");}' -o output.png + - run: openscad tests/empty.scad -D 'color(0.5,0,0,0.5)import("test.stl");color(0,0.5,0,0.5)import("output/test.stl");' -o output.png # - run: du -B 1 output.stl - uses: actions/upload-artifact@v2 with: diff --git a/tests/empty.scad b/tests/empty.scad new file mode 100644 index 0000000..e69de29