From 5af382e62dabf9ca0e57aa72e40663f2a589f985 Mon Sep 17 00:00:00 2001 From: morpheus65535 Date: Sat, 19 Jun 2021 10:03:00 -0400 Subject: [PATCH] no log: test action to make sure that Bazarr is starting properly --- {scripts => .github/scripts}/build_test.sh | 0 .github/workflows/test_bazarr_execution.yml | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) rename {scripts => .github/scripts}/build_test.sh (100%) diff --git a/scripts/build_test.sh b/.github/scripts/build_test.sh similarity index 100% rename from scripts/build_test.sh rename to .github/scripts/build_test.sh diff --git a/.github/workflows/test_bazarr_execution.yml b/.github/workflows/test_bazarr_execution.yml index 1b8e7ef56..a41f260d3 100644 --- a/.github/workflows/test_bazarr_execution.yml +++ b/.github/workflows/test_bazarr_execution.yml @@ -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'