Conditionally run Make exectuable
This commit is contained in:
parent
2dd3d905b3
commit
8bbacc48e2
|
@ -30,7 +30,7 @@ runs:
|
||||||
path: _tests
|
path: _tests
|
||||||
|
|
||||||
- name: Make executable
|
- name: Make executable
|
||||||
if: ${{ inputs.platform }}
|
if: startsWith(inputs.platform, 'windows') != true
|
||||||
shell: bash
|
shell: bash
|
||||||
run: chmod +x ./_tests/Sonarr.Test.Dummy && chmod +x ./_tests/ffprobe
|
run: chmod +x ./_tests/Sonarr.Test.Dummy && chmod +x ./_tests/ffprobe
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue