update base url in WorkFlow

This commit is contained in:
2025-01-04 17:12:46 +01:00
parent 436d012475
commit bf4673bf43

View File

@@ -38,7 +38,7 @@ jobs:
- name: Start Hypercorn for tests - name: Start Hypercorn for tests
run: | run: |
nohup hypercorn -b 127.0.0.1:8000 app:app & nohup hypercorn -b 127.0.0.1:5000 app:app &
sleep 5 sleep 5
- name: Test application with pytest - name: Test application with pytest