From e061aa660bcdac53850fa4103e6e325e980455d1 Mon Sep 17 00:00:00 2001 From: Hamcha Date: Mon, 9 Sep 2019 14:33:01 +0200 Subject: [PATCH] Fix test and coverage locking up SQLite during tests --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 5733c35..13ee39a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -125,7 +125,7 @@ steps: commands: - yarn test:unit --coverage depends_on: - - dependencies + - test # Must run after test otherwise SQLite will get mad - name: upload_coverage image: plugins/s3