From 5b3e2ee51f3930c71a9951a462adeb2c46c7e787 Mon Sep 17 00:00:00 2001 From: morpheus65535 Date: Sun, 20 Jun 2021 09:12:31 -0400 Subject: [PATCH] no log: test action to make sure that Bazarr is starting properly --- .github/workflows/ci.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4d1f73e3..06c34f9f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,3 +44,17 @@ jobs: with: name: "ui" 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'