Run yesno recipe with docker

This commit is contained in:
Fangjun Kuang 2023-07-28 12:05:40 +08:00
parent 751bb6ff1a
commit 55ff83943f

View File

@ -1,5 +1,8 @@
name: Run docker image
on:
push:
branches:
- test-yesno-docker
workflow_dispatch:
concurrency:
@ -25,6 +28,7 @@ jobs:
uses: addnab/docker-run-action@v3
with:
image: k2fsa/icefall:${{ matrix.image }}
shell: bash
run: |
uname -a
cat /etc/*release
@ -64,3 +68,12 @@ jobs:
python3 -c "import kaldifeat; print(kaldifeat.__file__)"
python3 -c "import kaldifeat; print(kaldifeat.__version__)"
echo "Test yesno recipe"
cd egs/yesno/ASR
./prepare.sh
./tdnn/train.py
./tdnn/decode.py