Rename steps

This commit is contained in:
Adrien Ferrand 2020-08-13 19:21:03 +02:00
parent ec0c815d56
commit 1fa6bd8840

View File

@ -28,6 +28,7 @@ jobs:
mkdir -p ./bin mkdir -p ./bin
curl -fsSL https://goss.rocks/install | GOSS_DST=./bin sh curl -fsSL https://goss.rocks/install | GOSS_DST=./bin sh
GOSS_PATH=./bin/goss GOSS_SLEEP=2 GOSS_FILES_PATH=./tests ./bin/dgoss run adferrand/backuppc GOSS_PATH=./bin/goss GOSS_SLEEP=2 GOSS_FILES_PATH=./tests ./bin/dgoss run adferrand/backuppc
displayName: Run unit tests
- job: integration_tests - job: integration_tests
dependsOn: build dependsOn: build
pool: pool:
@ -46,3 +47,4 @@ jobs:
echo "Expect the backupp configuration page without errors" echo "Expect the backupp configuration page without errors"
grep "The servers PID is" <(echo $output) grep "The servers PID is" <(echo $output)
docker rm -f backuppc-integration docker rm -f backuppc-integration
displayName: Run integration tests