Skip to content

Commit 0d37acb

Browse files
committed
Another thing...
1 parent 78a7b4a commit 0d37acb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/uufsolver.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
pip install -r requirements.txt
5959
python app.py &
6060
sleep 10 # Give the app some time to start
61-
curl -f http://localhost:8000 # Adjust the URL to match your app's expected response
61+
curl -f http://localhost:50505
6262
pkill -f python # Kill the app after validation
6363
6464
deploy:

0 commit comments

Comments
 (0)