mirror of
https://github.com/offen/docker-volume-backup.git
synced 2026-04-22 16:42:40 +02:00
add test for using docker cli
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user