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

This commit is contained in:
morpheus65535 2021-06-20 09:19:02 -04:00
parent 048c423f80
commit 71a8c28dac
1 changed files with 2 additions and 1 deletions

View File

@ -14,6 +14,7 @@ jobs:
Frontend:
runs-on: ubuntu-latest
env:
ROOT_DIRECTORY: .
UI_DIRECTORY: ./frontend
steps:
@ -53,7 +54,7 @@ jobs:
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
pip install -r './requirements.txt'
pip install -r '${{ env.ROOT_DIRECTORY }}/requirements.txt'
- name: Test Bazarr execution
run: |