Skip to content

Commit dd32075

Browse files
committed
Update port number
Signed-off-by: Yasumasa Suenaga <[email protected]>
1 parent e43ca85 commit dd32075

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/4.a.1-generate-webapi-client-java.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
ports:
2020
- 8080:8080
2121
options: >-
22-
--health-cmd "curl -sS http://localhost/health"
22+
--health-cmd "curl -sS http://localhost:8080/health"
2323
--health-interval 3s
2424
--health-timeout 5s
2525
--health-retries 5

.github/workflows/detect-webapi-version.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
ports:
4242
- 8080:8080
4343
options: >-
44-
--health-cmd "curl -sS http://localhost/health"
44+
--health-cmd "curl -sS http://localhost:8080/health"
4545
--health-interval 3s
4646
--health-timeout 5s
4747
--health-retries 5

0 commit comments

Comments
 (0)