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'