diff --git a/.drone.yml b/.drone.yml index 4a6f97f9..639b43fd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -71,15 +71,6 @@ steps: - cp ./test/assets/* /tmp/ - go test -mod=vendor -v --tags "fts5" ./test/unit_go/... -- name: test_backend_integration - image: golang:1.12-alpine - depends_on: [ test_prepare, build_backend, build_frontend ] - environment: - GO111MODULE: "on" - commands: - - apk add git gcc libc-dev poppler-utils > /dev/null - - go test -mod=vendor -v ./test/integration_go/ - - name: test_e2e image: machines/puppeteer depends_on: [ test_prepare, build_backend, build_frontend ] @@ -96,7 +87,7 @@ steps: - name: release_prepare image: debian:stable-slim - depends_on: [ test_frontend, test_backend_unit, test_backend_integration, test_e2e ] + depends_on: [ test_frontend, test_backend_unit, test_e2e ] when: branch: master environment: