8000 fix: disable some integration tests · frostming/tetos@7a32465 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 7a32465

Browse files
committed
fix: disable some integration tests
Signed-off-by: Frost Ming <me@frostming.com>
1 parent 094dec4 commit 7a32465

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,16 @@ jobs:
3333
run: |
3434
pip install dist/*.whl
3535
36-
tetos openai -o openai.mp3 "Hello world"
3736
tetos azure -o azure.mp3 "Hello world"
3837
tetos edge -o edge.mp3 "Hello world"
3938
tetos volc -o volc.mp3 "Hello world"
40-
tetos google -o google.mp3 "Hello world"
4139
tetos baidu -o baidu.mp3 "Hello world"
4240
env:
43-
OPENAI_API_BASE: ${{ secrets.OPENAI_API_BASE }}
44-
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
4541
AZURE_SPEECH_KEY: ${{ secrets.AZURE_SPEECH_KEY }}
4642
AZURE_SPEECH_REGION: ${{ secrets.AZURE_SPEECH_REGION }}
4743
VOLC_ACCESS_KEY: ${{ secrets.VOLC_ACCESS_KEY }}
4844
VOLC_SECRET_KEY: ${{ secrets.VOLC_SECRET_KEY }}
4945
VOLC_APP_KEY: ${{ secrets.VOLC_APP_KEY }}
50-
GOOGLE_CREDENTIALS_JSON: ${{ secrets.GOOGLE_CREDENTIALS }}
5146
BAIDU_API_KEY: ${{ secrets.BAIDU_API_KEY }}
5247
BAIDU_SECRET_KEY: ${{ secrets.BAIDU_SECRET_KEY }}
5348

0 commit comments

Comments
 (0)
0