no log: test action to make sure that Bazarr is starting properly

This commit is contained in:
morpheus65535 2021-06-19 10:03:00 -04:00
parent da8d13ff78
commit 5af382e62d
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@ jobs:
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
ROOT_DIRECTORY: .
SCRIPTS_DIRECTORY: .github/scripts
UI_DIRECTORY: ./frontend
ASSET_DIRECTORY: ./__builds__
FETCH_DEPTH: 15 # Should be enough
@ -63,4 +64,4 @@ jobs:
- name: Test Bazarr execution
run: |
bash '${{ env.ROOT_DIRECTORY }}/scripts/build_test.sh'
bash '${{ env.SCRIPTS_DIRECTORY }}/build_test.sh'