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