mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -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
|
@ -489,8 +489,9 @@ stages:
|
|||
cp -r -v ${BUILD_ARTIFACTSTAGINGDIRECTORY}/bin/Lidarr/. ./bin/
|
||||
displayName: Move Package Contents
|
||||
- bash: |
|
||||
chmod a+x ${TESTSFOLDER}/test.sh
|
||||
${TESTSFOLDER}/test.sh ${OSNAME} Integration Test
|
||||
cd ${TESTSFOLDER}
|
||||
chmod a+x test.sh
|
||||
./test.sh ${OSNAME} Integration Test
|
||||
displayName: Run Integration Tests
|
||||
- task: PublishTestResults@2
|
||||
inputs:
|
||||
|
@ -566,8 +567,9 @@ stages:
|
|||
cp -r -v ${BUILD_ARTIFACTSTAGINGDIRECTORY}/bin/Lidarr/. ./bin/
|
||||
displayName: Move Package Contents
|
||||
- bash: |
|
||||
chmod a+x ${TESTSFOLDER}/test.sh
|
||||
${TESTSFOLDER}/test.sh Linux Integration Test
|
||||
cd ${TESTSFOLDER}
|
||||
chmod a+x test.sh
|
||||
./test.sh Linux Integration Test
|
||||
displayName: Run Integration Tests
|
||||
- task: PublishTestResults@2
|
||||
inputs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue