Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci-drone: ensure 'api test' pipeline is triggered after the build one
Browse files Browse the repository at this point in the history
trepmag committed Feb 25, 2020
1 parent 0216ff8 commit 97704e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -69,6 +69,9 @@ steps:
- npm ci
- npm run test

depends_on:
- build

services:
- name: pg
image: mdillon/postgis:10-alpine

0 comments on commit 97704e4

Please sign in to comment.