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