8686?
This commit is contained in:
parent
0ba70de930
commit
f893898356
2 changed files with 6 additions and 2 deletions
2
.github/ci/docker-compose.yml
vendored
2
.github/ci/docker-compose.yml
vendored
|
|
@ -10,7 +10,7 @@ services:
|
|||
TP_API_KEY: "${TP_API_KEY}"
|
||||
TP_AGENT_ALIAS: "GitHub Action Agent"
|
||||
TP_AGENT_TEMP: "true"
|
||||
TP_SDK_PORT: "8585"
|
||||
TP_SDK_PORT: "8686"
|
||||
CHROME: "chrome:4444"
|
||||
CHROME_EXT: "localhost:5555"
|
||||
FIREFOX: "firefox:4444"
|
||||
|
|
|
|||
6
.github/workflows/test-waylonwalker-com.yml
vendored
6
.github/workflows/test-waylonwalker-com.yml
vendored
|
|
@ -47,10 +47,14 @@ jobs:
|
|||
date
|
||||
echo attempt $attempt_counter
|
||||
echo status
|
||||
curl -s http://localhost:8585/api/status || echo "api not up"
|
||||
curl -s http://localhost:8585/api/status || echo "8686 api not up"
|
||||
echo status
|
||||
curl -s http://localhost:8686/api/status || echo "8686 api not up"
|
||||
echo
|
||||
echo home
|
||||
curl -s http://localhost:8585/ || echo "localhost:8585 is not up"
|
||||
echo home
|
||||
curl -s http://localhost:8686/ || echo "localhost:8686 is not up"
|
||||
|
||||
sleep 1
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue