add test for interacting with a swarm stack

This commit is contained in:
Frederik Ring
2021-07-11 09:43:16 +02:00
parent dda71c3a5d
commit a91353742d
4 changed files with 112 additions and 4 deletions

View File

@@ -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: