Signed-off-by: André Bauer <monotek23@gmail.com>
This commit is contained in:
André Bauer 2020-03-13 01:29:16 +01:00
parent da8d272528
commit 3b423aedc1

5
.github/tests.sh vendored
View File

@ -21,8 +21,7 @@ echo
echo "Execute autowizard..."
echo
#curl -I --silent --fail --show-error "http://localhost/#getting_started/auto_wizard/docker_compose_token" > /dev/null
curl "http://localhost/#getting_started/auto_wizard/docker_compose_token"
curl -I --silent --fail --show-error "http://localhost/#getting_started/auto_wizard/docker_compose_token" > /dev/null
echo
echo "Autowizard executed successful :)"
@ -30,7 +29,7 @@ echo
sleep 10
docker exec zammad-docker-compose_zammad-railsserver_1 "rails c 'FillDB.load(agents: 50,customers: 1000,groups: 20,organizations: 40,overviews: 5,tickets: 100)'"
docker exec zammad-docker-compose_zammad-railsserver_1 rails 'c FillDB.load(agents: 50,customers: 1000,groups: 20,organizations: 40,overviews: 5,tickets: 100)'
echo
echo "create user via api"