mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-23 08:13:14 +00:00
no log: test action to make sure that Bazarr is starting properly
This commit is contained in:
parent
048c423f80
commit
71a8c28dac
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -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…
Reference in a new issue