diff options
author | morpheus65535 <[email protected]> | 2021-06-19 10:24:47 -0400 |
---|---|---|
committer | morpheus65535 <[email protected]> | 2021-06-19 10:24:47 -0400 |
commit | 6c1fdc57c4ce04219988a48f7f06b0340a5e5698 (patch) | |
tree | 349a815d9258ada723417c6151a89ba6bc7730ff /.github | |
parent | e9a8f246a94264358d7c8d40c396e030017fae5c (diff) | |
download | bazarr-6c1fdc57c4ce04219988a48f7f06b0340a5e5698.tar.gz bazarr-6c1fdc57c4ce04219988a48f7f06b0340a5e5698.zip |
no log: test action to make sure that Bazarr is starting properly
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test_bazarr_execution.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |