From cf67fb5c0aa9f838655ca56785278e2e88302e09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Fri, 13 Mar 2020 02:00:46 +0100 Subject: [PATCH] test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: André Bauer --- .github/tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/tests.sh b/.github/tests.sh index dc4d218..c868954 100755 --- a/.github/tests.sh +++ b/.github/tests.sh @@ -29,7 +29,7 @@ echo sleep 10 -docker exec zammad-docker-compose_zammad-railsserver_1 rails r 'FillDB.load(agents: 10,customers: 10,groups: 10,organizations: 10,overviews: 10,tickets: 10)' +docker exec zammad-docker-compose_zammad-railsserver_1 rails r "FillDB.load(agents: 10,customers: 10,groups: 10,organizations: 10,overviews: 10,tickets: 10)" echo echo "create user via api"