From 537eaf6f9e4a4eaac7a569d4bfe8cfbd3a91e295 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Wed, 26 Feb 2020 23:57:48 +0100 Subject: [PATCH] test --- .github/tests.sh | 2 +- .github/workflows/ci.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/tests.sh b/.github/tests.sh index 977f300..6d8fd10 100755 --- a/.github/tests.sh +++ b/.github/tests.sh @@ -16,7 +16,7 @@ set -o errexit #bundle install --without mysql #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_test.rb diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7ad1043..450d9a8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,7 +33,7 @@ jobs: with: dockerfile: containers/zammad/Dockerfile - docker-compose-up: + test-docker-compose: timeout-minutes: 30 runs-on: ubuntu-latest needs: lint-docker-files