mirror of
https://github.com/offen/docker-volume-backup.git
synced 2026-04-30 12:15:36 +02:00
add test for interacting with a swarm stack
This commit is contained in:
@@ -14,8 +14,15 @@ jobs:
|
||||
- run:
|
||||
name: Run tests
|
||||
command: |
|
||||
for test in test/**/test.sh; do
|
||||
for test in test/**/run.sh; do
|
||||
echo "################################################"
|
||||
echo "Now running $test"
|
||||
echo "################################################"
|
||||
echo ""
|
||||
/bin/sh $test
|
||||
echo ""
|
||||
echo "$test passed"
|
||||
echo ""
|
||||
done
|
||||
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user