add test for using docker cli

This commit is contained in:
Frederik Ring
2021-07-11 13:27:01 +02:00
parent 8a385d22aa
commit da75d232f4
5 changed files with 81 additions and 11 deletions

View File

@@ -13,17 +13,9 @@ jobs:
docker build . -t offen/docker-volume-backup:canary
- run:
name: Run tests
working_directory: ~/docker-volume-backup/test
command: |
for test in test/**/run.sh; do
echo "################################################"
echo "Now running $test"
echo "################################################"
echo ""
/bin/sh $test
echo ""
echo "$test passed"
echo ""
done
./test.sh
build:
docker: