From b26eb6b8e0e6efcd3514d10248889bc829faef29 Mon Sep 17 00:00:00 2001 From: Mickael Kerjean Date: Fri, 16 Oct 2020 22:33:56 +1100 Subject: [PATCH] fix (test): broken integration --- .drone.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) 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: