add basic integration test

This commit is contained in:
Frederik Ring
2021-07-09 09:21:42 +02:00
parent 6ce197696a
commit 6d3e43680c
5 changed files with 59 additions and 5 deletions

View File

@@ -14,10 +14,8 @@ jobs:
- run:
name: Run tests
command: |
which docker
which docker-compose
for test in test/**/test.sh; do
. $test
/bin/sh $test
done
build: