mirror of
https://github.com/Sonarr/Sonarr
synced 2025-12-06 08:28:37 +01:00
Move test.sh to scripts folder
This commit is contained in:
parent
e22dd15443
commit
b22d598ebf
3 changed files with 3 additions and 3 deletions
2
.github/actions/build/action.yml
vendored
2
.github/actions/build/action.yml
vendored
|
|
@ -170,7 +170,7 @@ runs:
|
||||||
framework="${{ inputs.framework }}"
|
framework="${{ inputs.framework }}"
|
||||||
runtime="${{ inputs.runtime }}"
|
runtime="${{ inputs.runtime }}"
|
||||||
|
|
||||||
cp test.sh "_tests/$framework/$runtime/publish"
|
cp scripts/test.sh "_tests/$framework/$runtime/publish"
|
||||||
|
|
||||||
rm -f _tests/$framework/$runtime/*.log.config
|
rm -f _tests/$framework/$runtime/*.log.config
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,9 +7,9 @@ cd /data/test
|
||||||
|
|
||||||
runTest()
|
runTest()
|
||||||
{
|
{
|
||||||
bash test.sh Linux $1
|
bash scripts/test.sh Linux $1
|
||||||
cp TestResult.xml /data/_tests_results/TestResult_$1.xml
|
cp TestResult.xml /data/_tests_results/TestResult_$1.xml
|
||||||
}
|
}
|
||||||
|
|
||||||
runTest Integration
|
runTest Integration
|
||||||
runTest Unit
|
runTest Unit
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue