Update test.yml

This commit is contained in:
Bob 2021-08-02 16:26:51 -04:00
parent 67991c238e
commit d288e53e77
1 changed files with 4 additions and 3 deletions

View File

@ -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
@ -31,5 +34,3 @@ jobs:
run: |
echo Add other actions to build,
echo test, and deploy your project.
- name: Check if openscad is installed
run: which openscad