use Python package approach to project structure

This commit is contained in:
Adam Wilson
2025-04-24 11:27:03 -06:00
parent 8c6f38db31
commit c9c5b8b0a7
7 changed files with 8 additions and 12 deletions

View File

@@ -36,7 +36,8 @@ jobs:
- name: Run REST API server
run: |
python ${{ github.workspace }}/tests/api/server.py &
# python ${{ github.workspace }}/tests/api/server.py &
python -m tests.api.server
- name: Test API call
run: |