Skip to content

Commit 9523dcf

Browse files
committed
fix github action
1 parent 5a9afe1 commit 9523dcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run_tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ jobs:
4949
2>&1 | tee output.txt &
5050
- name: Run tests
5151
run: |
52-
wait-for-it --service 127.0.0.1:7860 -t 600
52+
wait-for-it --service 127.0.0.1:8080 -t 600
5353
python -m pytest -vv --junitxml=test/results.xml --cov . --cov-report=xml --verify-base-url test
5454
- name: Kill test server
5555
if: always()
56-
run: curl -vv -XPOST http://127.0.0.1:7860/sdapi/v1/server-stop && sleep 10
56+
run: curl -vv -XPOST http://127.0.0.1:8080/sdapi/v1/server-stop && sleep 10
5757
- name: Show coverage
5858
run: |
5959
python -m coverage combine .coverage*

0 commit comments

Comments
 (0)