mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2025-07-25 02:51:46 +00:00
Update test.yml
This commit is contained in:
parent
67991c238e
commit
d288e53e77
1 changed files with 4 additions and 3 deletions
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
|
@ -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.
|
Loading…
Add table
Add a link
Reference in a new issue