fix: test five

This commit is contained in:
yihong0618 2023-03-05 12:23:02 +08:00
parent 671957f0b4
commit 1ad276808b

View File

@ -33,7 +33,7 @@ jobs:
run: pip install -r requirements.txt
- name: make test ebook
if: env.OPENAI_API_KEY != null
run: python3 make_book.py --book_name "test_books/${{ env.EPUB_FILENAME_BASE}}.epub" --no_limit --test --test_num 2 --language zh-hans --openai_key ${{secrets.OPENAI_API_KEY }}
run: python3 make_book.py --book_name "test_books/${{ env.EPUB_FILENAME_BASE}}.epub" --no_limit --test --test_num 5 --language zh-hans
- name: Rename and Upload ePub
if: env.OPENAI_API_KEY != null
uses: actions/upload-artifact@v2