mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-05 20:42:19 -07:00
Try to fix alpine integration tests
This commit is contained in:
parent
f32f7f2bf1
commit
f44359efe4
4 changed files with 23 additions and 4 deletions
1
test.sh
1
test.sh
|
@ -49,6 +49,7 @@ if [ "$TYPE" = "Unit" ]; then
|
|||
WHERE="$WHERE&Category!=IntegrationTest&Category!=AutomationTest"
|
||||
elif [ "$TYPE" = "Integration" ] || [ "$TYPE" = "int" ] ; then
|
||||
WHERE="$WHERE&Category=IntegrationTest"
|
||||
VSTEST_PARAMS="$VSTEST_PARAMS --settings:$TEST_DIR/integration.runsettings"
|
||||
elif [ "$TYPE" = "Automation" ] ; then
|
||||
WHERE="$WHERE&Category=AutomationTest"
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue