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

pull/1443/head
morpheus65535 3 years ago
parent 048c423f80
commit 71a8c28dac

@ -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: |

Loading…
Cancel
Save