Skip to content

EPIC Arm 02 Fix issue where the mid ctl is not moving the elbow joint… #586

EPIC Arm 02 Fix issue where the mid ctl is not moving the elbow joint…

EPIC Arm 02 Fix issue where the mid ctl is not moving the elbow joint… #586

# This workflow runs code tests using Pytest on with Python 3
name: Code Tests & Coverage (Python 2)
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: |
mayapy2 -m pip install pytest pytest-cov
- name: Run code tests
run: |
mayapy2 -m pytest