update base url in WorkFlow
This commit is contained in:
2
.github/workflows/python-package.yml
vendored
2
.github/workflows/python-package.yml
vendored
@@ -38,7 +38,7 @@ jobs:
|
||||
|
||||
- name: Start Hypercorn for tests
|
||||
run: |
|
||||
nohup hypercorn -b 127.0.0.1:8000 app:app &
|
||||
nohup hypercorn -b 127.0.0.1:5000 app:app &
|
||||
sleep 5
|
||||
|
||||
- name: Test application with pytest
|
||||
|
||||
Reference in New Issue
Block a user