Skip to content

docs: Add title to home page #327

docs: Add title to home page

docs: Add title to home page #327

Workflow file for this run

name: nightly-tests
on: [push, pull_request]
jobs:
run-nightly-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️Ivy Mech
uses: actions/checkout@v2
with:
path: mech
persist-credentials: false
- name: Run Tests
run: |
cd mech
docker run --rm -v `pwd`:/mech unifyai/mech:latest python3 -m pytest ivy_mech_tests/