|
|
|
@ -24,7 +24,7 @@ jobs:
|
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
steps:
|
|
|
|
|
- name: Checkout repository
|
|
|
|
|
uses: actions/checkout@v3.5.3
|
|
|
|
|
uses: actions/checkout@v4
|
|
|
|
|
|
|
|
|
|
- name: Cache node_modules
|
|
|
|
|
uses: actions/cache@v3
|
|
|
|
@ -73,7 +73,7 @@ jobs:
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- name: Checkout repository
|
|
|
|
|
uses: actions/checkout@v3.5.3
|
|
|
|
|
uses: actions/checkout@v4
|
|
|
|
|
|
|
|
|
|
- name: Set up Python 3.8
|
|
|
|
|
uses: actions/setup-python@v4
|
|
|
|
@ -91,7 +91,7 @@ jobs:
|
|
|
|
|
|
|
|
|
|
- name: Unit Tests
|
|
|
|
|
run: |
|
|
|
|
|
python3 bazarr.py &
|
|
|
|
|
python3 bazarr.py --no-update &
|
|
|
|
|
PID=$!
|
|
|
|
|
sleep 15
|
|
|
|
|
if kill -s 0 $PID
|
|
|
|
|