Fix speeling
This commit is contained in:
parent
95db40a6b3
commit
6e83a0cbac
|
@ -51,7 +51,7 @@ runs:
|
||||||
path: _tests
|
path: _tests
|
||||||
|
|
||||||
- name: Download Binary Artifact
|
- name: Download Binary Artifact
|
||||||
if: ${{ inputs.binary_artifact }} != ''
|
if: ${{ inputs.integation_tests }}
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ inputs.binary_artifact }}
|
name: ${{ inputs.binary_artifact }}
|
||||||
|
@ -60,7 +60,7 @@ runs:
|
||||||
- name: Set up binary artifact
|
- name: Set up binary artifact
|
||||||
if: ${{ inputs.binary_path != '' }}
|
if: ${{ inputs.binary_path != '' }}
|
||||||
shell: bash
|
shell: bash
|
||||||
run: mv ${{inputs.binary_path}} _tests/bin
|
run: mv ./_artifacts/${{inputs.binary_path}} _tests/bin
|
||||||
|
|
||||||
- name: Make executable
|
- name: Make executable
|
||||||
if: startsWith(inputs.os, 'windows') != true
|
if: startsWith(inputs.os, 'windows') != true
|
||||||
|
|
|
@ -187,6 +187,6 @@ jobs:
|
||||||
artifact: ${{ matrix.artifact }}
|
artifact: ${{ matrix.artifact }}
|
||||||
pattern: Sonarr.*.Test.dll
|
pattern: Sonarr.*.Test.dll
|
||||||
filter: ${{ matrix.filter }}
|
filter: ${{ matrix.filter }}
|
||||||
integration_test: true
|
integration_tests: true
|
||||||
binary_artifact: ${{ matrix.binary_artifact }}
|
binary_artifact: ${{ matrix.binary_artifact }}
|
||||||
binary_path: ${{ matrix.binary_path }}
|
binary_path: ${{ matrix.binary_path }}
|
||||||
|
|
Loading…
Reference in New Issue