mirror of
https://github.com/DrewThomasson/ebook2audiobook.git
synced 2026-01-09 13:58:14 -05:00
Added Piper to E2A Test Workflow
This commit is contained in:
13
.github/workflows/E2A-Test.yml
vendored
13
.github/workflows/E2A-Test.yml
vendored
@@ -150,8 +150,8 @@ jobs:
|
||||
- name: Create Audiobook Output folders for Artifacts
|
||||
shell: bash
|
||||
run: |
|
||||
mkdir -p ~/ebook2audiobook/audiobooks/{TACOTRON2,FAIRSEQ,UnFAIRSEQ,VITS,YOURTTS,XTTSv2,XTTSv2FineTune,BARK}
|
||||
find ~/ebook2audiobook/audiobooks/{TACOTRON2,FAIRSEQ,UnFAIRSEQ,VITS,YOURTTS,XTTSv2,XTTSv2FineTune,BARK} -mindepth 1 -exec rm -rf {} +
|
||||
mkdir -p ~/ebook2audiobook/audiobooks/{PIPER,TACOTRON2,FAIRSEQ,UnFAIRSEQ,VITS,YOURTTS,XTTSv2,XTTSv2FineTune,BARK}
|
||||
find ~/ebook2audiobook/audiobooks/{PIPER,TACOTRON2,FAIRSEQ,UnFAIRSEQ,VITS,YOURTTS,XTTSv2,XTTSv2FineTune,BARK} -mindepth 1 -exec rm -rf {} +
|
||||
|
||||
- name: Add set -e at beginning of ebook2audiobook.sh (for error passing)
|
||||
shell: bash
|
||||
@@ -162,6 +162,15 @@ jobs:
|
||||
conda deactivate
|
||||
sed -i '' '1s;^;set -e\n;' ebook2audiobook.sh
|
||||
|
||||
- name: English PIPER headless single test
|
||||
shell: bash
|
||||
run: |
|
||||
echo "Running English PIPER headless single test..."
|
||||
cd ~/ebook2audiobook
|
||||
source "$(conda info --base)/etc/profile.d/conda.sh"
|
||||
conda deactivate
|
||||
./ebook2audiobook.sh --headless --language eng --ebook "tools/workflow-testing/test1.txt" --tts_engine PIPER --output_dir ~/ebook2audiobook/audiobooks/PIPER
|
||||
|
||||
- name: English TACOTRON2 Custom-Voice headless single test
|
||||
shell: bash
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user