fix (test): broken integration

This commit is contained in:
Mickael Kerjean 2020-10-16 22:33:56 +11:00
parent 7c63073c81
commit b26eb6b8e0

View file

@ -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: