mirror of
https://github.com/adferrand/docker-backuppc.git
synced 2023-11-05 04:40:26 +01:00
Rename steps
This commit is contained in:
parent
ec0c815d56
commit
1fa6bd8840
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user