mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 18:57:39 -07:00
Run integration tests in parallel
Revert "Try to fix alpine integration tests"
This reverts commit a47854103c
This commit is contained in:
parent
4d1931fa0e
commit
74f1d804aa
6 changed files with 43 additions and 32 deletions
|
@ -489,9 +489,8 @@ stages:
|
|||
cp -r -v ${BUILD_ARTIFACTSTAGINGDIRECTORY}/bin/Lidarr/. ./bin/
|
||||
displayName: Move Package Contents
|
||||
- bash: |
|
||||
cd ${TESTSFOLDER}
|
||||
chmod a+x test.sh
|
||||
./test.sh ${OSNAME} Integration Test
|
||||
chmod a+x ${TESTSFOLDER}/test.sh
|
||||
${TESTSFOLDER}/test.sh ${OSNAME} Integration Test
|
||||
displayName: Run Integration Tests
|
||||
- task: PublishTestResults@2
|
||||
inputs:
|
||||
|
@ -567,9 +566,8 @@ stages:
|
|||
cp -r -v ${BUILD_ARTIFACTSTAGINGDIRECTORY}/bin/Lidarr/. ./bin/
|
||||
displayName: Move Package Contents
|
||||
- bash: |
|
||||
cd ${TESTSFOLDER}
|
||||
chmod a+x test.sh
|
||||
./test.sh Linux Integration Test
|
||||
chmod a+x ${TESTSFOLDER}/test.sh
|
||||
${TESTSFOLDER}/test.sh Linux Integration Test
|
||||
displayName: Run Integration Tests
|
||||
- task: PublishTestResults@2
|
||||
inputs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue