From b675a8f66f0e9a13a33098027fd6d2e1d2999367 Mon Sep 17 00:00:00 2001 From: Bob Date: Mon, 2 Aug 2021 16:31:46 -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 7d5122d..c6be6b6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,8 @@ jobs: - name: Render and build OpenSCAD project uses: flat35hd99/eval-openscad@v0.2 with: - command: which openscad + command: 'openscad -o "tests/test.stl" "tests/test.scad"' + # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2