Skip to content

Commit

Permalink
to 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Aug 7, 2024
1 parent 43c1738 commit 8dd4de2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-engine-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: docker pull "${{ steps.docker_vars.outputs.image_tag }}"

- name: <Setup> Run ENGINE application docker container
run: docker run -d -p 50021:50021 "${{ steps.docker_vars.outputs.image_tag }}"
run: docker run -d -p 50121:50121 "${{ steps.docker_vars.outputs.image_tag }}"

# Docker コンテナが起動してから、レスポンスが返ってくるまで待機する
# リトライは10回まで `/version` にアクセスしてレスポンスのステータスコードをチェック
Expand All @@ -68,7 +68,7 @@ jobs:
run: |
set +e # curlのエラーを無視する
url="http://127.0.0.1:50021/version"
url="http://127.0.0.1:50121/version"
max_attempts=10
sleep_interval=5
Expand Down

0 comments on commit 8dd4de2

Please sign in to comment.