mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-15 12:55:41 +01:00
fix (test): broken integration
This commit is contained in:
parent
7c63073c81
commit
b26eb6b8e0
1 changed files with 1 additions and 10 deletions
11
.drone.yml
11
.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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue