Skip to content

Commit

Permalink
Update port number
Browse files Browse the repository at this point in the history
Signed-off-by: Yasumasa Suenaga <suenaga@oss.nttdata.com>
  • Loading branch information
YaSuenag committed Apr 11, 2024
1 parent e43ca85 commit dd32075
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/4.a.1-generate-webapi-client-java.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
ports:
- 8080:8080
options: >-
--health-cmd "curl -sS http://localhost/health"
--health-cmd "curl -sS http://localhost:8080/health"
--health-interval 3s
--health-timeout 5s
--health-retries 5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/detect-webapi-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
ports:
- 8080:8080
options: >-
--health-cmd "curl -sS http://localhost/health"
--health-cmd "curl -sS http://localhost:8080/health"
--health-interval 3s
--health-timeout 5s
--health-retries 5
Expand Down

0 comments on commit dd32075

Please sign in to comment.