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
557a06173d
commit
5b3e2ee51f
1 changed files with 14 additions and 0 deletions
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
|
@ -44,3 +44,17 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: "ui"
|
name: "ui"
|
||||||
path: "${{ env.UI_DIRECTORY }}/build"
|
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'
|
||||||
|
|
Loading…
Reference in a new issue