disable test units
This commit is contained in:
parent
751f8d5515
commit
cb0f4c89fc
6
.github/tests.sh
vendored
6
.github/tests.sh
vendored
@ -13,8 +13,10 @@ done
|
||||
|
||||
docker exec -i zammad-docker-compose_zammad-railsserver_1 bash <<'EOF'
|
||||
set -o errexit
|
||||
bundle install --without mysql
|
||||
rake test:units
|
||||
#bundle install --without mysql
|
||||
#rake test:units
|
||||
ruby -I test/ test/integration/object_manager_test.rb
|
||||
ruby -I test/ test/integration/package_test.rb
|
||||
EOF
|
||||
|
||||
docker-compose logs
|
9
.github/workflows/ci.yaml
vendored
9
.github/workflows/ci.yaml
vendored
@ -33,17 +33,18 @@ jobs:
|
||||
with:
|
||||
dockerfile: containers/zammad/Dockerfile
|
||||
|
||||
install-docker-compose:
|
||||
docker-compose-up:
|
||||
timeout-minutes: 30
|
||||
runs-on: ubuntu-latest
|
||||
needs: lint-docker-files
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v1
|
||||
- name: get containers
|
||||
- name: pull container images
|
||||
run: docker-compose pull
|
||||
- name: install
|
||||
- name: run docker-compose up
|
||||
run: docker-compose up -d
|
||||
- name: tests
|
||||
- name: run tests
|
||||
run: .github/tests.sh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user