From d288e53e77cbf60f6764957465bf9214254bb875 Mon Sep 17 00:00:00 2001 From: Bob Date: Mon, 2 Aug 2021 16:26:51 -0400 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 63326cd..7d5122d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,6 +19,9 @@ jobs: steps: - name: Render and build OpenSCAD project uses: flat35hd99/eval-openscad@v0.2 + with: + command: which openscad + # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 @@ -30,6 +33,4 @@ jobs: - name: Run a multi-line script run: | echo Add other actions to build, - echo test, and deploy your project. - - name: Check if openscad is installed - run: which openscad + echo test, and deploy your project. \ No newline at end of file