Skip to content

update test convention (#14) #322

update test convention (#14)

update test convention (#14) #322

Workflow file for this run

name: nightly-tests
on: [push, pull_request]
jobs:
run-nightly-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️Ivy Vision
uses: actions/checkout@v2
with:
path: vision
persist-credentials: false
- name: Run Tests
run: |
cd vision
mkdir .ivy
touch .ivy/key.pem
echo -n ${{ secrets.USER_API_KEY }} > .ivy/key.pem
docker run --rm -v `pwd`:/vision unifyai/vision:latest python3 -m pytest ivy_vision_tests/