add oarser unit test to continuous pipeline
This commit is contained in:
Родитель
d5769766c6
Коммит
cafd5b95e5
|
@ -8,8 +8,10 @@ steps:
|
|||
chmod +x test-install-edge-runtime.sh
|
||||
chmod +x test-validate-post-install.sh
|
||||
chmod +x test-validate-tier1-os.sh
|
||||
chmod +x test-cmd-parser.sh
|
||||
./test-install-container-management.sh
|
||||
./test-install-edge-runtime.sh
|
||||
./test-validate-post-install.sh
|
||||
./test-validate-tier1-os.sh
|
||||
./test-cmd-parser.sh
|
||||
displayName: 'Run All Linux Unit Tests'
|
||||
|
|
|
@ -8,9 +8,11 @@ steps:
|
|||
chmod +x test-install-edge-runtime.sh
|
||||
chmod +x test-validate-post-install.sh
|
||||
chmod +x test-validate-tier1-os.sh
|
||||
chmod +x test-cmd-parser.sh
|
||||
./test-install-container-management.sh
|
||||
./test-install-edge-runtime.sh
|
||||
./test-validate-post-install.sh
|
||||
./test-validate-tier1-os.sh
|
||||
displayName: 'Run All Linux Unit Tests'
|
||||
./test-cmd-parser.sh
|
||||
displayName: 'Run All Raspberry Pi Unit Tests'
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче