no log: test action to make sure that Bazarr is starting properly

This commit is contained in:
morpheus65535 2021-06-20 09:12:31 -04:00
parent 557a06173d
commit 5b3e2ee51f
1 changed files with 14 additions and 0 deletions

View File

@ -44,3 +44,17 @@ jobs:
with:
name: "ui"
path: "${{ env.UI_DIRECTORY }}/build"
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: '3.8'
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
pip install -r './requirements.txt'
- name: Test Bazarr execution
run: |
bash '.github/scripts/build_test.sh'