Skip to content

Commit

Permalink
to 0.20.0 (#9)
Browse files Browse the repository at this point in the history
## 内容

0.20.0にアップデートします。
音声に違いは一切なく、APIや機能のみの追従です。

特にVOICEVOX ENGINE側と違わないので、意図的にupdate_info.jsonの変更はしていません。

## 関連 Issue

- VOICEVOX/voicevox_project#54

## その他
  • Loading branch information
Hiroshiba authored Aug 7, 2024
1 parent 43c1738 commit 7963180
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 7963180

Please sign in to comment.