Replace integration test with test containers

This commit is contained in:
Dave Syer
2020-09-21 10:38:13 +01:00
parent 3115833c88
commit 3f490b7bcb
8 changed files with 82 additions and 183 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/sh
while true
do
sleep 1
done