test(): adds test scripts

This commit is contained in:
Gareth Flowers
2022-04-30 19:45:22 +01:00
parent bafab5eeba
commit 44aed22bb0
2 changed files with 16 additions and 0 deletions

8
test/test.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
set -ex
export IMAGE_NAME=garethflowers/mediawiki-ldap
docker build --tag $IMAGE_NAME .
docker run --rm $IMAGE_NAME php -v
echo "\nOK"