From 6c1fdc57c4ce04219988a48f7f06b0340a5e5698 Mon Sep 17 00:00:00 2001 From: morpheus65535 Date: Sat, 19 Jun 2021 10:24:47 -0400 Subject: [PATCH] no log: test action to make sure that Bazarr is starting properly --- .github/workflows/test_bazarr_execution.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test_bazarr_execution.yml b/.github/workflows/test_bazarr_execution.yml index 43aedb859..fa0243520 100644 --- a/.github/workflows/test_bazarr_execution.yml +++ b/.github/workflows/test_bazarr_execution.yml @@ -7,6 +7,7 @@ jobs: env: ROOT_DIRECTORY: . SCRIPTS_DIRECTORY: .github/scripts + UI_DIRECTORY: ./frontend FETCH_DEPTH: 15 # Should be enough steps: - name: Validate branch