diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 60e989a..581c154 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,10 +24,9 @@ jobs: - name: Run tests run: | - # Add your commands to execute tests here - # Example: - pytest tests/test_api.py - pytest tests/test_api.py + export PYTHONPATH=$PWD + pytest tests/ + deploy: