We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a9afe1 commit 9523dcfCopy full SHA for 9523dcf
.github/workflows/run_tests.yaml
@@ -49,11 +49,11 @@ jobs:
49
2>&1 | tee output.txt &
50
- name: Run tests
51
run: |
52
- wait-for-it --service 127.0.0.1:7860 -t 600
+ wait-for-it --service 127.0.0.1:8080 -t 600
53
python -m pytest -vv --junitxml=test/results.xml --cov . --cov-report=xml --verify-base-url test
54
- name: Kill test server
55
if: always()
56
- run: curl -vv -XPOST http://127.0.0.1:7860/sdapi/v1/server-stop && sleep 10
+ run: curl -vv -XPOST http://127.0.0.1:8080/sdapi/v1/server-stop && sleep 10
57
- name: Show coverage
58
59
python -m coverage combine .coverage*
0 commit comments