Update test.yml

This commit is contained in:
Bob 2021-08-02 16:31:46 -04:00
parent d288e53e77
commit b675a8f66f
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@ jobs:
- name: Render and build OpenSCAD project - name: Render and build OpenSCAD project
uses: flat35hd99/eval-openscad@v0.2 uses: flat35hd99/eval-openscad@v0.2
with: 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 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2 - uses: actions/checkout@v2