From 1fa6bd884074d68b21c90e0047c6d9ea457df119 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Thu, 13 Aug 2020 19:21:03 +0200 Subject: [PATCH] Rename steps --- .azure-pipelines/templates/integration-jobs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.azure-pipelines/templates/integration-jobs.yml b/.azure-pipelines/templates/integration-jobs.yml index 7c48eb6..c7decd4 100644 --- a/.azure-pipelines/templates/integration-jobs.yml +++ b/.azure-pipelines/templates/integration-jobs.yml @@ -28,6 +28,7 @@ jobs: mkdir -p ./bin 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 + displayName: Run unit tests - job: integration_tests dependsOn: build pool: @@ -46,3 +47,4 @@ jobs: echo "Expect the backupp configuration page without errors" grep "The servers PID is" <(echo $output) docker rm -f backuppc-integration + displayName: Run integration tests