summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 160644586..86b649ba3 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
- uses: actions/[email protected]
+ uses: actions/checkout@v4
- name: Cache node_modules
uses: actions/cache@v3
@@ -73,7 +73,7 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/[email protected]
+ 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