Update test.yml

This commit is contained in:
Bob 2021-08-02 17:19:57 -04:00
parent df4686974e
commit 22b7e29da5
1 changed files with 10 additions and 6 deletions

View File

@ -19,12 +19,16 @@ jobs:
steps: steps:
# 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
- 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: | # command: |
echo "where does this even go" # echo "where does this even go"
openscad -o "tests/test.stl" "tests/test.scad" # openscad -o "tests/test.stl" "tests/test.scad"
- name: Install openscad
run: sudo apt-get install openscad
- run: which openscad
- run: 'openscad -o "tests/test.stl" "tests/test.scad"'
- run: | - run: |
git config --global user.name 'KeyV2 GHA Bot' git config --global user.name 'KeyV2 GHA Bot'
git config --global user.email 'keyv2-gha-bot@users.noreply.github.com' git config --global user.email 'keyv2-gha-bot@users.noreply.github.com'