mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-02-24 14:57:16 +08: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:
|
Frontend:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
|
ROOT_DIRECTORY: .
|
||||||
UI_DIRECTORY: ./frontend
|
UI_DIRECTORY: ./frontend
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -53,7 +54,7 @@ jobs:
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install -r './requirements.txt'
|
pip install -r '${{ env.ROOT_DIRECTORY }}/requirements.txt'
|
||||||
|
|
||||||
- name: Test Bazarr execution
|
- name: Test Bazarr execution
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue