This commit is contained in:
André Bauer 2020-02-26 23:57:48 +01:00
parent a555517b1b
commit 537eaf6f9e
2 changed files with 2 additions and 2 deletions

2
.github/tests.sh vendored
View File

@ -16,7 +16,7 @@ set -o errexit
#bundle install --without mysql #bundle install --without mysql
#rake test:units #rake test:units
ruby -I test/ test/integration/package_test.rb #ruby -I test/ test/integration/package_test.rb
bundle exec rails test test/integration/elasticsearch_active_test.rb bundle exec rails test test/integration/elasticsearch_active_test.rb
bundle exec rails test test/integration/elasticsearch_test.rb bundle exec rails test test/integration/elasticsearch_test.rb

View File

@ -33,7 +33,7 @@ jobs:
with: with:
dockerfile: containers/zammad/Dockerfile dockerfile: containers/zammad/Dockerfile
docker-compose-up: test-docker-compose:
timeout-minutes: 30 timeout-minutes: 30
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: lint-docker-files needs: lint-docker-files