mirror of
https://github.com/santinic/audiblez.git
synced 2025-08-21 06:23:44 +00:00
test
This commit is contained in:
parent
29d540f770
commit
ee7c5b25a7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pip-install.yaml
vendored
2
.github/workflows/pip-install.yaml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
||||||
- name: check it runs as script
|
- name: check it runs as script
|
||||||
run: audiblez --help
|
run: audiblez --help
|
||||||
- name: install ffmpeg and espeak-ng
|
- name: install ffmpeg and espeak-ng
|
||||||
run: sudo apt-get install ffmpeg espeak-ng
|
run: sudo apt update && sudo apt-get install ffmpeg espeak-ng
|
||||||
- name: download test epub
|
- name: download test epub
|
||||||
run: wget https://github.com/daisy/epub-accessibility-tests/releases/download/fundamental-2.0/Fundamental-Accessibility-Tests-Basic-Functionality-v2.0.0.epub
|
run: wget https://github.com/daisy/epub-accessibility-tests/releases/download/fundamental-2.0/Fundamental-Accessibility-Tests-Basic-Functionality-v2.0.0.epub
|
||||||
- name: create audiobook
|
- name: create audiobook
|
||||||
|
|
Loading…
Add table
Reference in a new issue