Make executable and branch name

This commit is contained in:
Mark McDowall 2024-01-03 14:45:27 -08:00
parent 61857d810e
commit 169dfa405b
2 changed files with 5 additions and 0 deletions

View File

@ -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 }}"

View File

@ -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