working dir

This commit is contained in:
Adam Wilson
2025-05-19 06:42:25 -06:00
parent d9c9fa86f9
commit 35a2c3f7d6
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
pip install -r ${{ github.workspace }}/requirements.txt
- name: 'run HTTP server'
working-directory: ${{ github.workspace }}/.github/workflows
working-directory: ${{ github.workspace }}/src
shell: bash
run: |
nohup python -m src.api.controller &