From 71a8c28dac0cf0febc7fce102d6143306379567d Mon Sep 17 00:00:00 2001 From: morpheus65535 Date: Sun, 20 Jun 2021 09:19:02 -0400 Subject: [PATCH] no log: test action to make sure that Bazarr is starting properly --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 06c34f9f0..3fd5bad54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,7 @@ jobs: Frontend: runs-on: ubuntu-latest env: + ROOT_DIRECTORY: . UI_DIRECTORY: ./frontend steps: @@ -53,7 +54,7 @@ jobs: - name: Install Python dependencies run: | python -m pip install --upgrade pip - pip install -r './requirements.txt' + pip install -r '${{ env.ROOT_DIRECTORY }}/requirements.txt' - name: Test Bazarr execution run: |