Try to fix alpine integration tests

This commit is contained in:
ta264 2020-08-12 22:16:59 +01:00 committed by Qstick
commit f44359efe4
4 changed files with 23 additions and 4 deletions

View file

@ -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: