diff --git a/.github/actions/test/action.yml b/.github/actions/test/action.yml index 2a4d1f503..456911107 100644 --- a/.github/actions/test/action.yml +++ b/.github/actions/test/action.yml @@ -30,6 +30,10 @@ runs: shell: bash run: ls -la ./_tests + - name: Make executable + shell: bash + run: chmod +x ./_tests/Sonarr.Test.Dummy && chmod +x ./_tests/ffprobe + - name: Run tests shell: bash run: dotnet test ./_tests/Sonarr.*.Test.dll --filter "${{ inputs.filter }}" --logger trx --results-directory "TestResults-${{ matrix.dotnet-version }}" diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 06fdb92c8..a876e8799 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,6 +14,7 @@ concurrency: cancel-in-progress: true env: + BRANCH: ${{ github.head_ref || github.ref_name }} SONARR_MAJOR_VERSION: 4 VERSION: 4.0.0