working dir

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