Make executable and branch name
This commit is contained in:
parent
61857d810e
commit
169dfa405b
|
@ -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 }}"
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue